diff options
Diffstat (limited to 'components/PasswordDialog.qml')
| -rw-r--r-- | components/PasswordDialog.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
