mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-05-12 07:12:17 +00:00
Merge pull request #3838
ddd95f7
settings: bind return key after password change (reemuru)
This commit is contained in:
commit
9c383bcc24
1 changed files with 3 additions and 0 deletions
3
main.qml
3
main.qml
|
@ -1709,6 +1709,9 @@ ApplicationWindow {
|
||||||
informationPopup.open();
|
informationPopup.open();
|
||||||
}
|
}
|
||||||
onRejectedNewPassword: {}
|
onRejectedNewPassword: {}
|
||||||
|
Keys.enabled: !passwordDialog.visible && informationPopup.visible
|
||||||
|
Keys.onEnterPressed: informationPopup.close()
|
||||||
|
Keys.onReturnPressed: informationPopup.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
DevicePassphraseDialog {
|
DevicePassphraseDialog {
|
||||||
|
|
Loading…
Reference in a new issue