This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Cadence
mirror of
https://github.com/falkTX/Cadence
Watch
1
Star
0
Fork
0
Code
Releases
3
Activity
Browse Source
Fix systray quit action not working properly
tags/v0.9.0
falkTX
7 years ago
parent
49c567c43e
commit
9bf9965d20
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/systray.py
+ 3
- 0
src/systray.py
View File
@@ -642,6 +642,9 @@ class GlobalSysTray(object):
self._parent.hide()
self._parent.hide()
self._parent.close()
self._parent.close()
if self._app:
self._app.quit()
def __raiseWindow(self):
def __raiseWindow(self):
self._parent.activateWindow()
self._parent.activateWindow()
self._parent.raise_()
self._parent.raise_()
Write
Preview
Loading…
Cancel
Save