From 8fb5624456771806073c91110a255e594770fa62 Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Fri, 9 Apr 2021 18:01:31 +0200 Subject: [PATCH] hide busyindicator on raspi --- resources/qml/main.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/qml/main.qml b/resources/qml/main.qml index b22b77d..a6dd0a2 100755 --- a/resources/qml/main.qml +++ b/resources/qml/main.qml @@ -514,6 +514,8 @@ Window { id: loadingInd anchors.centerIn: parent + visible: !raspi + width: app.landscape() ? parent.height * 0.2 : parent.width *0.2 height: width