mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-28 18:56:32 +02: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();
|
informationPopup.open();
|
||||||
}
|
}
|
||||||
onRejectedNewPassword: {}
|
onRejectedNewPassword: {}
|
||||||
|
Keys.enabled: !passwordDialog.visible && informationPopup.visible
|
||||||
|
Keys.onEnterPressed: informationPopup.close()
|
||||||
|
Keys.onReturnPressed: informationPopup.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
DevicePassphraseDialog {
|
DevicePassphraseDialog {
|
||||||
|
Loading…
Reference in New Issue
Block a user