mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
proper close method
This commit is contained in:
parent
1fec0887d2
commit
4faeaef91e
1 changed files with 5 additions and 0 deletions
|
@ -320,6 +320,11 @@ class ElectrumWindow(QMainWindow):
|
|||
tabs.setCurrentIndex (n)
|
||||
tabs.setCurrentIndex (0)
|
||||
|
||||
def close(self):
|
||||
QMainWindow.close(self)
|
||||
if self.qr_window:
|
||||
self.qr_window.close()
|
||||
self.qr_window = None
|
||||
|
||||
def connect_slots(self, sender):
|
||||
if self.wallet.seed:
|
||||
|
|
Loading…
Add table
Reference in a new issue