mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +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_()
|
dialog.exec_()
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def show_qrcode(data, title = "QR code")):
|
def show_qrcode(data, title = "QR code"):
|
||||||
if not data: return
|
if not data: return
|
||||||
d = QDialog(None)
|
d = QDialog(None)
|
||||||
d.setModal(1)
|
d.setModal(1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue