diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 846e5ff2..2d84f1da 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -101,6 +101,11 @@ Controls2.ApplicationWindow { | |||
101 | onMessageReceived: kubeViews.openComposer(true, message.recipients) | 101 | onMessageReceived: kubeViews.openComposer(true, message.recipients) |
102 | } | 102 | } |
103 | 103 | ||
104 | Kube.Listener { | ||
105 | filter: Kube.Messages.requestLogin | ||
106 | onMessageReceived: kubeViews.setLoginView() | ||
107 | } | ||
108 | |||
104 | //BEGIN Shortcuts | 109 | //BEGIN Shortcuts |
105 | Shortcut { | 110 | Shortcut { |
106 | sequence: StandardKey.Quit | 111 | sequence: StandardKey.Quit |