Close user profile dialog on Esc

pull/381/head
Loren Burkholder 4 years ago
parent c3fa592018
commit 58dc79074c
  1. 5
      resources/qml/UserProfile.qml

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

Loading…
Cancel
Save