Close dialog on escape
This commit is contained in:
parent
2fe010c04a
commit
9dc9152e07
@ -21,6 +21,11 @@ ApplicationWindow {
|
||||
palette: Nheko.colors
|
||||
color: Nheko.colors.window
|
||||
|
||||
Shortcut {
|
||||
sequence: StandardKey.Cancel
|
||||
onActivated: readReceiptsRoot.close()
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
anchors.fill: parent
|
||||
anchors.margins: Nheko.paddingMedium
|
||||
|
Loading…
Reference in New Issue
Block a user