SysMon Service: getting this ready for multiple paths support.

This commit is contained in:
ItsLemmy
2025-10-22 23:38:50 -04:00
parent fb57ba92eb
commit c3439b262c
3 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ Rectangle {
}
NText {
text: `${SystemStatService.diskPercent}%`
text: `${SystemStatService.diskPercents["/"]}%`
family: Settings.data.ui.fontFixed
pointSize: textSize
applyUiScale: false