parent
93e597a93f
commit
c9cb64f90b
1 changed files with 3 additions and 2 deletions
|
|
@ -151,7 +151,7 @@ Item {
|
|||
// middle of the animation on Windows, which looks very
|
||||
// obviously broken.
|
||||
interval: 100
|
||||
onTriggered: stageSpinner.running = true
|
||||
onTriggered: stageSpinner.visible = true
|
||||
}
|
||||
|
||||
Loader {
|
||||
|
|
@ -188,7 +188,8 @@ Item {
|
|||
|
||||
BusyIndicator {
|
||||
id: stageSpinner
|
||||
running: false
|
||||
running: visible
|
||||
visible: false
|
||||
}
|
||||
|
||||
Label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue