From c8df955b2866e8aa6279486b8395a3bd2e79f9d5 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 26 Oct 2017 20:18:05 +0200 Subject: Avoid warning --- components/kube/contents/ui/Kube.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 8839c78b..a7451b13 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml @@ -52,7 +52,7 @@ Controls2.ApplicationWindow { Kube.AccountFactory { id: accountFactory - accountId: app.currentAccount + accountId: !!app.currentAccount ? app.currentAccount : "" } //Interval sync -- cgit v1.2.3