mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 11:22:05 +02:00
fixed: disable password dialog hotkeys handling when it is hidden
This commit is contained in:
parent
1107daab98
commit
045189553e
@ -125,6 +125,7 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Keys.enabled: root.visible
|
||||
Keys.onReturnPressed: {
|
||||
root.close()
|
||||
root.accepted()
|
||||
|
Loading…
Reference in New Issue
Block a user