ipc call for launcher

This commit is contained in:
2026-05-07 23:22:53 +02:00
parent 7cc056c327
commit 11c185baa6
+1 -1
View File
@@ -129,7 +129,7 @@ Variants {
}
IpcHandler {
function toggleLauncher(): void {
function toggleLauncher(fix: string): void {
visibilities.launcher = !visibilities.launcher;
}