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
Merge pull request
#158
from oe1rsa/master
avoid exit from systray prematurely
tags/v0.9.0
Filipe Coelho
GitHub
8 years ago
parent
1696cd3bfd
51e29d0295
commit
accdcf4dfd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/cadence.py
+ 1
- 0
src/cadence.py
View File
@@ -2325,6 +2325,7 @@ if __name__ == '__main__':
if "--minimized" in app.arguments():
gui.hide()
gui.systray.setActionText("show", gui.tr("Restore"))
app.setQuitOnLastWindowClosed(False)
else:
gui.show()
Write
Preview
Loading…
Cancel
Save