mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-21 00:09:58 -05:00
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