forked from Shinonome/dots-hyprland
fix useMouseSymbol boolean typo
This commit is contained in:
@@ -199,7 +199,7 @@ ContentPage {
|
|||||||
ConfigSwitch {
|
ConfigSwitch {
|
||||||
buttonIcon: ""
|
buttonIcon: ""
|
||||||
text: Translation.tr("Use symbols for mouse")
|
text: Translation.tr("Use symbols for mouse")
|
||||||
checked: Config.options.appearance.keybinds.s
|
checked: Config.options.appearance.keybinds.useMouseSymbol
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
Config.options.appearance.keybinds.useMouseSymbol = checked;
|
Config.options.appearance.keybinds.useMouseSymbol = checked;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user