hw plugins: ledger: minor fix re qt6 migration
follow-up https://github.com/spesmilo/electrum/pull/9189
This commit is contained in:
@@ -63,7 +63,7 @@ class Ledger_Handler(QtHandlerBase):
|
|||||||
self.auth_signal.connect(self.auth_dialog)
|
self.auth_signal.connect(self.auth_dialog)
|
||||||
|
|
||||||
def word_dialog(self, msg):
|
def word_dialog(self, msg):
|
||||||
response = QInputDialog.getText(self.top_level_window(), "Ledger Wallet Authentication", msg, QLineEdit.Password)
|
response = QInputDialog.getText(self.top_level_window(), "Ledger Wallet Authentication", msg, QLineEdit.EchoMode.Password)
|
||||||
if not response[1]:
|
if not response[1]:
|
||||||
self.word = None
|
self.word = None
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user