rename showPerfProfileToggle -> showPerformanceProfileToggle

This commit is contained in:
end-4
2025-07-25 13:58:40 +07:00
parent 365a649776
commit 05fdbf3d24
3 changed files with 7 additions and 7 deletions
@@ -165,9 +165,9 @@ ContentPage {
}
ConfigSwitch {
text: "Performance Profile toggle"
checked: Config.options.bar.utilButtons.showPerfProfileToggle
checked: Config.options.bar.utilButtons.showPerformanceProfileToggle
onCheckedChanged: {
Config.options.bar.utilButtons.showPerfProfileToggle = checked;
Config.options.bar.utilButtons.showPerformanceProfileToggle = checked;
}
}
}