forked from Shinonome/dots-hyprland
crosshair: fix wrong ipc handler target name
This commit is contained in:
@@ -39,7 +39,7 @@ Scope {
|
||||
}
|
||||
|
||||
IpcHandler {
|
||||
target: "sidebarRight"
|
||||
target: "crosshair"
|
||||
|
||||
function toggle(): void {
|
||||
GlobalStates.crosshairOpen = !GlobalStates.crosshairOpen;
|
||||
|
||||
Reference in New Issue
Block a user