diff --git a/modules/Cpu.qml b/modules/Cpu.qml index a91a0a7..a34c45e 100644 --- a/modules/Cpu.qml +++ b/modules/Cpu.qml @@ -79,7 +79,7 @@ M.BarSection { } } 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" anchors.verticalCenter: parent.verticalCenter TapHandler {