diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 05f4fbc3..28e5569f 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -63,6 +63,10 @@ Controls2.ApplicationWindow { | |||
63 | 63 | ||
64 | //BEGIN Shortcuts | 64 | //BEGIN Shortcuts |
65 | Shortcut { | 65 | Shortcut { |
66 | sequence: StandardKey.Quit | ||
67 | onActivated: Qt.quit() | ||
68 | } | ||
69 | Shortcut { | ||
66 | id: syncShortcut | 70 | id: syncShortcut |
67 | property variant folder: null | 71 | property variant folder: null |
68 | sequence: StandardKey.Refresh | 72 | sequence: StandardKey.Refresh |