We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed71687 commit 082a203Copy full SHA for 082a203
yin_yang/__main__.py
@@ -140,9 +140,9 @@ def systray_icon_clicked(reason: QSystemTrayIcon.ActivationReason):
140
else:
141
logger.debug('System tray is unsupported')
142
143
- window = main_window_connector.MainWindow()
144
if arguments.minimized:
145
- window.close()
+ sys.exit(app.exec())
146
+ window = main_window_connector.MainWindow()
147
window.show()
148
- sys.exit(app.exec())
0 commit comments