diff --git a/main.qml b/main.qml index 57aff1b4..6e04cfe0 100644 --- a/main.qml +++ b/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 {