wallpaper selector: add ipchandler alongside globalshortcut

This commit is contained in:
end-4 2025-08-18 21:00:41 +07:00
parent 6aa37e2529
commit 28fe7817b4

View file

@ -402,6 +402,14 @@ Scope {
}
}
IpcHandler {
target: "wallpaperSelector"
function toggle(): void {
GlobalStates.wallpaperSelectorOpen = !GlobalStates.wallpaperSelectorOpen
}
}
GlobalShortcut {
name: "wallpaperSelectorToggle"
description: "Toggle wallpaper selector"