diff --git a/Services/Control/IPCService.qml b/Services/Control/IPCService.qml index 9d3a09dc0..91bad8c6d 100644 --- a/Services/Control/IPCService.qml +++ b/Services/Control/IPCService.qml @@ -604,6 +604,10 @@ Singleton { WallpaperService.changeWallpaper(path, screen); } + function refresh() { + WallpaperService.refreshWallpapersList(); + } + function toggleAutomation() { Settings.data.wallpaper.automationEnabled = !Settings.data.wallpaper.automationEnabled; }