fix
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user