diff --git a/main.qml b/main.qml index f856539a..588202db 100644 --- a/main.qml +++ b/main.qml @@ -1692,6 +1692,9 @@ ApplicationWindow { informationPopup.open(); } onRejectedNewPassword: {} + Keys.enabled: !passwordDialog.visible && informationPopup.visible + Keys.onEnterPressed: informationPopup.close() + Keys.onReturnPressed: informationPopup.close() } DevicePassphraseDialog {