mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00:00
commit
339d78c4ab
1 changed files with 4 additions and 2 deletions
|
@ -100,12 +100,14 @@ Window {
|
|||
}
|
||||
}
|
||||
Keys.onReturnPressed: {
|
||||
root.accepted()
|
||||
root.close()
|
||||
root.accepted()
|
||||
|
||||
}
|
||||
Keys.onEscapePressed: {
|
||||
root.rejected()
|
||||
root.close()
|
||||
root.rejected()
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue