summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-25 11:13:03 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-25 11:13:03 +0200
commit65d7fe39ccb3ae011f63ab6abbdcec5ee0c71055 (patch)
tree418d10ee4c107e2eae199426f2380b7a28b6389f
parentd5d1950bb5907235e8635368899bcea7d5cc7137 (diff)
downloadkube-65d7fe39ccb3ae011f63ab6abbdcec5ee0c71055.tar.gz
kube-65d7fe39ccb3ae011f63ab6abbdcec5ee0c71055.zip
Call loginIfNecessary
-rw-r--r--components/kube/contents/ui/Kube.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index c5726eff..c0aaad48 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -271,7 +271,7 @@ Controls2.ApplicationWindow {
271 filter: Kube.Messages.componentDone 271 filter: Kube.Messages.componentDone
272 onMessageReceived: { 272 onMessageReceived: {
273 kubeViews.pop(Controls2.StackView.Immediate) 273 kubeViews.pop(Controls2.StackView.Immediate)
274 loginIfNecessary() 274 kubeViews.loginIfNecessary()
275 } 275 }
276 } 276 }
277 277