Close user profile dialog on Esc

This commit is contained in:
Loren Burkholder 2021-01-29 18:18:39 -05:00
parent c3fa592018
commit 58dc79074c

View File

@ -18,6 +18,11 @@ ApplicationWindow {
palette: colors
color: colors.window
Shortcut {
sequence: StandardKey.Cancel
onActivated: userProfileDialog.close()
}
ColumnLayout {
id: contentL