From 045189553eaab9a1b122144038f9b4940dd77add Mon Sep 17 00:00:00 2001 From: xiphon Date: Sat, 28 Jul 2018 12:00:41 +0300 Subject: [PATCH] fixed: disable password dialog hotkeys handling when it is hidden --- components/PasswordDialog.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml index e8e39e4c..8e75193d 100644 --- a/components/PasswordDialog.qml +++ b/components/PasswordDialog.qml @@ -125,6 +125,7 @@ Item { } } + Keys.enabled: root.visible Keys.onReturnPressed: { root.close() root.accepted()