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
commit
accdcf4dfd
1 changed files with 1 additions and 0 deletions
  1. +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()



Loading…
Cancel
Save