mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix #3619: set correct parent window
This commit is contained in:
parent
322d1bd1d0
commit
a94789b8ef
1 changed files with 1 additions and 1 deletions
|
@ -93,6 +93,6 @@ class AddressDialog(WindowModalDialog):
|
|||
def show_qr(self):
|
||||
text = self.address
|
||||
try:
|
||||
self.parent.show_qrcode(text, 'Address')
|
||||
self.parent.show_qrcode(text, 'Address', parent=self)
|
||||
except Exception as e:
|
||||
self.show_message(str(e))
|
||||
|
|
Loading…
Add table
Reference in a new issue