From 692a7f9de41640aa8bfd0d48ac8bdb75f2cb7330 Mon Sep 17 00:00:00 2001 From: DevilXD Date: Wed, 12 Jan 2022 18:56:36 +0100 Subject: [PATCH] Let the tray icon's setup thread handle visibility --- gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui.py b/gui.py index f5a3a1b9..c076cafd 100644 --- a/gui.py +++ b/gui.py @@ -707,7 +707,6 @@ def bridge(func): menu, ) self._icon.run_detached() - self._icon.visible = True def stop(self): if self._icon is not None: