Added apply to IpcHandler

This commit is contained in:
EphraimShikanga
2025-11-21 12:45:50 +03:00
parent e8326b96d7
commit 8660d68420
@@ -75,6 +75,10 @@ Scope {
function random(): void {
Wallpapers.randomFromCurrentFolder();
}
function apply(path: string): void {
Wallpapers.apply(path);
}
}
GlobalShortcut {