Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Silun committed Mar 27, 2021
1 parent 11e724e commit 44efa36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Trayify.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def callback(hwnd, _):
return result


# Change the window visibility of the passed list of HWND window handles
# Change the window visibility of the passed list of HWND window handles and push into foreground
# SetForegroundWindow() is buggy in Windows, can lead to occasional crashes -> disable to fix
def change_visibility(hwndlist, bool):
for hwnd in hwndlist:
ShowWindow(hwnd, bool)
Expand Down

0 comments on commit 44efa36

Please sign in to comment.