Stop hidden BusyIndicators from burning CPU
This commit is contained in:
parent
82b33c033a
commit
93e597a93f
6 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ Item {
|
||||||
|
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
id: stageSpinner
|
id: stageSpinner
|
||||||
|
running: visible
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
|
||||||
|
|
@ -34,6 +34,7 @@ Item {
|
||||||
|
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
id: stageSpinner
|
id: stageSpinner
|
||||||
|
running: visible
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ Item {
|
||||||
|
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
id: stageSpinner
|
id: stageSpinner
|
||||||
|
running: visible
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,7 @@ NavigableDialog {
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
id: dialogSpinner
|
id: dialogSpinner
|
||||||
visible: false
|
visible: false
|
||||||
|
running: visible
|
||||||
}
|
}
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,7 @@ CenteredGridView {
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
id: searchSpinner
|
id: searchSpinner
|
||||||
visible: StreamingPreferences.enableMdns
|
visible: StreamingPreferences.enableMdns
|
||||||
|
running: visible
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
@ -143,6 +144,7 @@ CenteredGridView {
|
||||||
width: 75
|
width: 75
|
||||||
height: 75
|
height: 75
|
||||||
visible: model.statusUnknown
|
visible: model.statusUnknown
|
||||||
|
running: visible
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,7 @@ Item {
|
||||||
|
|
||||||
BusyIndicator {
|
BusyIndicator {
|
||||||
id: stageSpinner
|
id: stageSpinner
|
||||||
|
running: visible
|
||||||
}
|
}
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue