Close user profile dialog on Esc
This commit is contained in:
parent
c3fa592018
commit
58dc79074c
@ -18,6 +18,11 @@ ApplicationWindow {
|
||||
palette: colors
|
||||
color: colors.window
|
||||
|
||||
Shortcut {
|
||||
sequence: StandardKey.Cancel
|
||||
onActivated: userProfileDialog.close()
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
id: contentL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user