aboutsummaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml3
1 files changed, 3 insertions, 0 deletions
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 {