fix minimize-to-tray linux #760
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "minimize-to-tray-linux"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The old code's logic was a bit flawed. It would do self.actionShow.setChecked(False) when minimizing. After that in self.appIndicatorHide()
if self.actionShow.isChecked() is False and would not hide the window.
P.S. Potentially this fix will also work for OSX but I wasnt able to test on OSX, only Linux.