feat: power-profile switcher in topbar (#1653)

This commit is contained in:
end-4
2025-07-25 09:11:46 +02:00
committed by GitHub
3 changed files with 40 additions and 2 deletions
@@ -164,8 +164,11 @@ ContentPage {
}
}
ConfigSwitch {
opacity: 0
enabled: false
text: "Performance Profile toggle"
checked: Config.options.bar.utilButtons.showPerformanceProfileToggle
onCheckedChanged: {
Config.options.bar.utilButtons.showPerformanceProfileToggle = checked;
}
}
}
}