Make Performance profile setting translatable (#1725)

This commit is contained in:
end-4
2025-07-27 00:54:10 +02:00
committed by GitHub
@@ -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;