mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-10-26 11:19:26 +00:00
parent
93e597a93f
commit
c9cb64f90b
@ -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…
Reference in New Issue
Block a user