mirror of
https://github.com/monero-project/monero-gui
synced 2024-11-26 10:21:05 +01:00
Merge pull request #3838
ddd95f7
settings: bind return key after password change (reemuru)
This commit is contained in:
commit
9c383bcc24
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 New Issue
Block a user