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