fix minimize-to-tray linux #760

Merged
themighty1 merged 1 commits from minimize-to-tray-linux into master 2015-02-22 03:16:20 +01:00
themighty1 commented 2015-01-08 09:13:39 +01:00 (Migrated from github.com)

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.

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.
This repo is archived. You cannot comment on pull requests.
No description provided.