Stop hidden BusyIndicators from burning CPU

This commit is contained in:
Eval EXEC
2025-09-18 10:31:58 +08:00
committed by Cameron Gutman
parent 82b33c033a
commit 93e597a93f
6 changed files with 7 additions and 0 deletions
+2
View File
@@ -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 {