This commit is contained in:
SomberNight 2018-01-31 16:44:50 +01:00
parent 5c1da002ad
commit b80eacf7bf
1 changed files with 5 additions and 2 deletions

View File

@ -151,7 +151,10 @@ class TxDialog(QDialog, MessageBoxMixin):
event.ignore()
else:
event.accept()
try:
dialogs.remove(self)
except ValueError:
pass # was not in list already
def show_qr(self):
text = bfh(str(self.tx))