From 3b1dd828f5faa9a06bb87d51e20ec82ed7f3961b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 3 May 2026 16:50:57 +1000 Subject: [PATCH] fix: display perf tab whether or not modules are enabled --- modules/dashboard/Content.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dashboard/Content.qml b/modules/dashboard/Content.qml index 9c2cae10..56360edc 100644 --- a/modules/dashboard/Content.qml +++ b/modules/dashboard/Content.qml @@ -42,7 +42,7 @@ Item { component: performanceComponent, iconName: "speed", text: qsTr("Performance"), - enabled: Config.dashboard.showPerformance && (Config.dashboard.performance.showCpu || Config.dashboard.performance.showGpu || Config.dashboard.performance.showMemory || Config.dashboard.performance.showStorage || Config.dashboard.performance.showNetwork || Config.dashboard.performance.showBattery) + enabled: Config.dashboard.showPerformance }, { component: weatherComponent,