Fix StreamSegue BusyIndicator running after streaming

See #1695
This commit is contained in:
Cameron Gutman
2025-10-11 15:50:45 -05:00
parent 93e597a93f
commit c9cb64f90b
+3 -2
View File
@@ -151,7 +151,7 @@ Item {
// middle of the animation on Windows, which looks very // middle of the animation on Windows, which looks very
// obviously broken. // obviously broken.
interval: 100 interval: 100
onTriggered: stageSpinner.running = true onTriggered: stageSpinner.visible = true
} }
Loader { Loader {
@@ -188,7 +188,8 @@ Item {
BusyIndicator { BusyIndicator {
id: stageSpinner id: stageSpinner
running: false running: visible
visible: false
} }
Label { Label {