mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
Qt: override 'persist_daemon' option if users exits from menu
This commit is contained in:
parent
b43aba7f09
commit
9547a4e60c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue