1
0

follow-up prev

This commit is contained in:
SomberNight
2023-08-24 17:30:06 +00:00
parent 90f39bce88
commit 1dfc1d567b

View File

@@ -608,7 +608,6 @@ class Daemon(Logger):
def run_gui(self) -> None:
assert self.config
assert self._plugins
threading.current_thread().name = 'GUI'
gui_name = self.config.GUI_NAME
if gui_name in ['lite', 'classic']: