mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-10-26 11:19:26 +00:00
Stop hidden BusyIndicators from burning CPU
This commit is contained in:
parent
82b33c033a
commit
93e597a93f
@ -53,6 +53,7 @@ Item {
|
||||
|
||||
BusyIndicator {
|
||||
id: stageSpinner
|
||||
running: visible
|
||||
}
|
||||
|
||||
Label {
|
||||
|
||||
@ -34,6 +34,7 @@ Item {
|
||||
|
||||
BusyIndicator {
|
||||
id: stageSpinner
|
||||
running: visible
|
||||
}
|
||||
|
||||
Label {
|
||||
|
||||
@ -52,6 +52,7 @@ Item {
|
||||
|
||||
BusyIndicator {
|
||||
id: stageSpinner
|
||||
running: visible
|
||||
}
|
||||
|
||||
Label {
|
||||
|
||||
@ -24,6 +24,7 @@ NavigableDialog {
|
||||
BusyIndicator {
|
||||
id: dialogSpinner
|
||||
visible: false
|
||||
running: visible
|
||||
}
|
||||
|
||||
Image {
|
||||
|
||||
@ -90,6 +90,7 @@ CenteredGridView {
|
||||
BusyIndicator {
|
||||
id: searchSpinner
|
||||
visible: StreamingPreferences.enableMdns
|
||||
running: visible
|
||||
}
|
||||
|
||||
Label {
|
||||
@ -143,6 +144,7 @@ CenteredGridView {
|
||||
width: 75
|
||||
height: 75
|
||||
visible: model.statusUnknown
|
||||
running: visible
|
||||
}
|
||||
|
||||
Label {
|
||||
|
||||
@ -60,6 +60,7 @@ Item {
|
||||
|
||||
BusyIndicator {
|
||||
id: stageSpinner
|
||||
running: visible
|
||||
}
|
||||
|
||||
Label {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user