hide busyindicator on raspi

This commit is contained in:
Dorian Zedler 2021-04-09 18:01:31 +02:00
parent 48f4e6972d
commit 8fb5624456
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -514,6 +514,8 @@ Window {
id: loadingInd id: loadingInd
anchors.centerIn: parent anchors.centerIn: parent
visible: !raspi
width: app.landscape() ? parent.height * 0.2 : parent.width *0.2 width: app.landscape() ? parent.height * 0.2 : parent.width *0.2
height: width height: width