mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
fixed: disable password dialog hotkeys handling when it is hidden
This commit is contained in:
parent
1107daab98
commit
045189553e
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Keys.enabled: root.visible
|
||||||
Keys.onReturnPressed: {
|
Keys.onReturnPressed: {
|
||||||
root.close()
|
root.close()
|
||||||
root.accepted()
|
root.accepted()
|
||||||
|
|
Loading…
Reference in a new issue