Merge pull request #1527

0451895 fixed: disable password dialog hotkeys handling when it is hidden (xiphon)
This commit is contained in:
luigi1111
2018-08-02 14:04:20 -05:00

View File

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