hide busyindicator on raspi
This commit is contained in:
parent
48f4e6972d
commit
8fb5624456
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue