diff --git a/shell/modules/GpuModule.qml b/shell/modules/GpuModule.qml index 57f854d..50bba76 100644 --- a/shell/modules/GpuModule.qml +++ b/shell/modules/GpuModule.qml @@ -40,7 +40,6 @@ M.BarSection { M.BarIcon { icon: "\uDB84\uDCB0" - color: root._loadColor(S.SystemStats.gpuUsage) anchors.verticalCenter: parent.verticalCenter TapHandler { onTapped: root._pinned = !root._pinned @@ -49,7 +48,6 @@ M.BarSection { M.BarLabel { label: S.SystemStats.gpuUsage + "%" minText: "100%" - color: root._loadColor(S.SystemStats.gpuUsage) anchors.verticalCenter: parent.verticalCenter TapHandler { onTapped: root._pinned = !root._pinned