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
1 changed files with 2 additions and 0 deletions

View File

@ -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