mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-05-01 18:12:14 +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();
|
||||
}
|
||||
onRejectedNewPassword: {}
|
||||
Keys.enabled: !passwordDialog.visible && informationPopup.visible
|
||||
Keys.onEnterPressed: informationPopup.close()
|
||||
Keys.onReturnPressed: informationPopup.close()
|
||||
}
|
||||
|
||||
DevicePassphraseDialog {
|
||||
|
|
Loading…
Reference in a new issue