mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
parent->self in password dialog
This commit is contained in:
parent
b955c9ffa1
commit
1d66deba69
1 changed files with 1 additions and 1 deletions
|
@ -1299,7 +1299,7 @@ class ElectrumWindow(QMainWindow):
|
|||
try:
|
||||
seed = self.wallet.decode_seed(password)
|
||||
except:
|
||||
QMessageBox.warning(parent, _('Error'), _('Incorrect Password'), _('OK'))
|
||||
QMessageBox.warning(self, _('Error'), _('Incorrect Password'), _('OK'))
|
||||
return
|
||||
self.show_seed(seed, self)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue