mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-23 02:52:58 +01:00
commit
339d78c4ab
@ -100,12 +100,14 @@ Window {
|
||||
}
|
||||
}
|
||||
Keys.onReturnPressed: {
|
||||
root.accepted()
|
||||
root.close()
|
||||
root.accepted()
|
||||
|
||||
}
|
||||
Keys.onEscapePressed: {
|
||||
root.rejected()
|
||||
root.close()
|
||||
root.rejected()
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user