reidprichard / window_tools

Some simple tools to add lots of functionality to Kanata (and potentially other hotkey tools). This project is on hold for now, but after some life changes are complete I will pick this back up (est. June 2024).
GNU General Public License v3.0
12 stars 0 forks source link

Bug: window_manager doesn't restore minimized windows #5

Open reidprichard opened 7 months ago

reidprichard commented 7 months ago

When a minimized saved window is activated with window_manager.exe --load-window=<index>, the window visually activates in the taskbar but remains minimized. I expect I just need to call an additional Win32 function to fix this.