mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 19:32:03 +02:00
Merge pull request #1527
0451895
fixed: disable password dialog hotkeys handling when it is hidden (xiphon)
This commit is contained in:
commit
51e0f442d6
@ -125,6 +125,7 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Keys.enabled: root.visible
|
||||
Keys.onReturnPressed: {
|
||||
root.close()
|
||||
root.accepted()
|
||||
|
Loading…
Reference in New Issue
Block a user