mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +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()
|
onActivated: inviteDialogRoot.accept()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Shortcut {
|
||||||
|
sequence: StandardKey.Cancel
|
||||||
|
onActivated: inviteDialogRoot.close()
|
||||||
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: 10
|
anchors.margins: 10
|
||||||
|
|
Loading…
Reference in a new issue