forked from Shinonome/dots-hyprland
Make Performance profile setting translatable (#1725)
This commit is contained in:
@@ -164,7 +164,7 @@ ContentPage {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ConfigSwitch {
|
ConfigSwitch {
|
||||||
text: "Performance Profile toggle"
|
text: Translation.tr("Performance Profile toggle")
|
||||||
checked: Config.options.bar.utilButtons.showPerformanceProfileToggle
|
checked: Config.options.bar.utilButtons.showPerformanceProfileToggle
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
Config.options.bar.utilButtons.showPerformanceProfileToggle = checked;
|
Config.options.bar.utilButtons.showPerformanceProfileToggle = checked;
|
||||||
|
|||||||
Reference in New Issue
Block a user