fix useMouseSymbol boolean typo

This commit is contained in:
Madjid Taha
2025-10-25 00:59:42 +02:00
parent daa671c6a5
commit 3da64f6bc5
@@ -199,7 +199,7 @@ ContentPage {
ConfigSwitch {
buttonIcon: "󰍽"
text: Translation.tr("Use symbols for mouse")
checked: Config.options.appearance.keybinds.s
checked: Config.options.appearance.keybinds.useMouseSymbol
onCheckedChanged: {
Config.options.appearance.keybinds.useMouseSymbol = checked;
}