Browse Source

follow-up prev

master
SomberNight 2 years ago
parent
commit
1dfc1d567b
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/daemon.py

1
electrum/daemon.py

@ -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']:

Loading…
Cancel
Save