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

View File

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