SomberNight 1 year ago
parent
commit
76f5d6ceb0
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/gui/qt/__init__.py

1
electrum/gui/qt/__init__.py

@ -240,6 +240,7 @@ class ElectrumGui(BaseElectrumGui, Logger):
return
self._cleaned_up = True
self.app.new_window_signal.disconnect()
self.app.removeEventFilter(self.efilter)
self.efilter = None
# If there are still some open windows, try to clean them up.
for window in list(self.windows):

Loading…
Cancel
Save