mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Add close on Escape shortcut
This commit is contained in:
parent
c566a62541
commit
03acced6d6
1 changed files with 5 additions and 0 deletions
|
@ -34,6 +34,11 @@ ApplicationWindow {
|
|||
onActivated: inviteDialogRoot.accept()
|
||||
}
|
||||
|
||||
Shortcut {
|
||||
sequence: StandardKey.Cancel
|
||||
onActivated: inviteDialogRoot.close()
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
anchors.margins: 10
|
||||
|
|
Loading…
Reference in a new issue