Let the tray icon's setup thread handle visibility

This commit is contained in:
DevilXD
2022-01-12 18:56:36 +01:00
parent 8d5f66c654
commit 692a7f9de4

1
gui.py
View File

@@ -707,7 +707,6 @@ class TrayIcon:
menu,
)
self._icon.run_detached()
self._icon.visible = True
def stop(self):
if self._icon is not None: