fixed: disable password dialog hotkeys handling when it is hidden

pull/2/head
xiphon 6 years ago
parent 1107daab98
commit 045189553e

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