feat(ipc): add new ipc call wallpaper refresh

This commit is contained in:
Lemmy
2026-03-08 10:47:27 -04:00
parent 697d3754ae
commit 9acb3facfa
+4
View File
@@ -604,6 +604,10 @@ Singleton {
WallpaperService.changeWallpaper(path, screen);
}
function refresh() {
WallpaperService.refreshWallpapersList();
}
function toggleAutomation() {
Settings.data.wallpaper.automationEnabled = !Settings.data.wallpaper.automationEnabled;
}