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