summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
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 {