Make Performance toggle translatable

This commit is contained in:
Vercixx
2025-07-26 16:58:43 +03:00
committed by GitHub
parent 064d5174c2
commit 8905bc1c27
@@ -164,7 +164,7 @@ ContentPage {
}
}
ConfigSwitch {
text: "Performance Profile toggle"
text: Translation.tr("Performance Profile toggle")
checked: Config.options.bar.utilButtons.showPerformanceProfileToggle
onCheckedChanged: {
Config.options.bar.utilButtons.showPerformanceProfileToggle = checked;