feat: power-profile switcher in topbar

This commit is contained in:
Ninjdai
2025-07-15 22:44:24 +02:00
parent bb221326eb
commit 90013c7451
3 changed files with 39 additions and 2 deletions
@@ -164,8 +164,11 @@ ContentPage {
}
}
ConfigSwitch {
opacity: 0
enabled: false
text: "Performance Profile toggle"
checked: Config.options.bar.utilButtons.showPerfProfileToggle
onCheckedChanged: {
Config.options.bar.utilButtons.showPerfProfileToggle = checked;
}
}
}
}