Wallpapers: add IpcHandler for applying (#2533)

This commit is contained in:
end-4
2025-11-23 12:07:29 +01:00
committed by GitHub
@@ -181,4 +181,12 @@ Singleton {
root.thumbnailGenerated(thumbgenProc.directory) root.thumbnailGenerated(thumbgenProc.directory)
} }
} }
IpcHandler {
target: "wallpapers"
function apply(path: string): void {
root.apply(path);
}
}
} }