mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
parent
c99007bda7
commit
aac7a34405
1 changed files with 2 additions and 1 deletions
|
@ -260,7 +260,8 @@ class ElectrumGui:
|
|||
return w
|
||||
|
||||
def close_window(self, window):
|
||||
self.windows.remove(window)
|
||||
if window in self.windows:
|
||||
self.windows.remove(window)
|
||||
self.build_tray_menu()
|
||||
# save wallet path of last open window
|
||||
if not self.windows:
|
||||
|
|
Loading…
Add table
Reference in a new issue