Qt: override 'persist_daemon' option if users exits from menu

This commit is contained in:
ThomasV 2020-06-30 11:16:27 +02:00
parent b43aba7f09
commit 9547a4e60c

View file

@ -201,6 +201,7 @@ class ElectrumGui(Logger):
self.lightning_dialog.close()
if self.watchtower_dialog:
self.watchtower_dialog.close()
self.app.quit()
def new_window(self, path, uri=None):
# Use a signal as can be called from daemon thread