mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 20:35:13 +00:00
fix
This commit is contained in:
parent
53d03e9e34
commit
08c7c3c51f
1 changed files with 1 additions and 1 deletions
|
@ -1489,7 +1489,7 @@ class ElectrumWindow(QMainWindow):
|
|||
dialog.exec_()
|
||||
|
||||
@staticmethod
|
||||
def show_qrcode(data, title = "QR code")):
|
||||
def show_qrcode(data, title = "QR code"):
|
||||
if not data: return
|
||||
d = QDialog(None)
|
||||
d.setModal(1)
|
||||
|
|
Loading…
Add table
Reference in a new issue