commit 9547a4e60cf4ee8a05a48c96fb8694ff8f3cb767
parent b43aba7f093e44813ae344044a4b96bdb59ca811
Author: ThomasV <thomasv@electrum.org>
Date: Tue, 30 Jun 2020 11:16:27 +0200
Qt: override 'persist_daemon' option if users exits from menu
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/electrum/gui/qt/__init__.py b/electrum/gui/qt/__init__.py
@@ -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