fix: display perf tab whether or not modules are enabled
This commit is contained in:
parent
bb44aa0fbe
commit
3b1dd828f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue