summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-07 15:58:05 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-07 15:59:03 +0200
commit07688cc46d22a86622231ae7cd4494ddf6e75e33 (patch)
tree7c5afe9c6f59ded92fa1b416dcf8bcdb3fc02404 /components
parent9788bb93ba05210c0e757b0a3099855015de0188 (diff)
downloadkube-07688cc46d22a86622231ae7cd4494ddf6e75e33.tar.gz
kube-07688cc46d22a86622231ae7cd4494ddf6e75e33.zip
Launch into settings without an account configured
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/Kube.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 5a3d21df..5c3f00eb 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -79,6 +79,11 @@ Controls2.ApplicationWindow {
79 } 79 }
80 } 80 }
81 //END Shortcuts 81 //END Shortcuts
82 Kube.StartupCheck {
83 onNoAccount: {
84 kubeViews.setAccountsView()
85 }
86 }
82 87
83 //BEGIN background 88 //BEGIN background
84 Rectangle { 89 Rectangle {