fixed: disable password dialog hotkeys handling when it is hidden

This commit is contained in:
xiphon 2018-07-28 12:00:41 +03:00
parent 1107daab98
commit 045189553e

View file

@ -125,6 +125,7 @@ Item {
} }
} }
Keys.enabled: root.visible
Keys.onReturnPressed: { Keys.onReturnPressed: {
root.close() root.close()
root.accepted() root.accepted()