1
0

hw plugins: ledger: minor fix re qt6 migration

follow-up https://github.com/spesmilo/electrum/pull/9189
This commit is contained in:
SomberNight
2024-10-10 20:11:24 +00:00
parent 48661b5913
commit 15d5b96dda

View File

@@ -63,7 +63,7 @@ class Ledger_Handler(QtHandlerBase):
self.auth_signal.connect(self.auth_dialog)
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]:
self.word = None
else: