fix: bar cpu label reads raw SystemStats values, not animated ones
This commit is contained in:
parent
0e581905aa
commit
2ec3ebf057
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ M.BarSection {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
M.BarLabel {
|
M.BarLabel {
|
||||||
label: root.usage.toString().padStart(2) + "%@" + root.freqGhz.toFixed(2)
|
label: M.SystemStats.cpuUsage.toString().padStart(2) + "%@" + M.SystemStats.cpuFreqGhz.toFixed(2)
|
||||||
minText: "99%@9.99"
|
minText: "99%@9.99"
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
TapHandler {
|
TapHandler {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue