forked from Public/monero-gui
Merge pull request #3838
ddd95f7 settings: bind return key after password change (reemuru)
This commit is contained in:
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user