mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Make Performance toggle translatable
This commit is contained in:
parent
064d5174c2
commit
8905bc1c27
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue