1
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:
luigi1111 2022-03-02 19:05:53 -05:00
commit 9c383bcc24
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -1709,6 +1709,9 @@ ApplicationWindow {
informationPopup.open();
}
onRejectedNewPassword: {}
Keys.enabled: !passwordDialog.visible && informationPopup.visible
Keys.onEnterPressed: informationPopup.close()
Keys.onReturnPressed: informationPopup.close()
}
DevicePassphraseDialog {