From 1e258986aedae45f6046731840a38613997861a8 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 8 Jan 2026 17:00:30 -0500 Subject: hardcode single wallpaper --- config/Config.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config/Config.qml') diff --git a/config/Config.qml b/config/Config.qml index 40ca036..cc268e9 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -263,7 +263,6 @@ Singleton { enabled: launcher.enabled, showOnHover: launcher.showOnHover, maxShown: launcher.maxShown, - maxWallpapers: launcher.maxWallpapers, specialPrefix: launcher.specialPrefix, actionPrefix: launcher.actionPrefix, enableDangerousActions: launcher.enableDangerousActions, @@ -408,7 +407,7 @@ Singleton { function serializePaths(): var { return { - wallpaperDir: paths.wallpaperDir, + wallpaper: paths.wallpaper, sessionGif: paths.sessionGif, mediaGif: paths.mediaGif }; -- cgit v1.2.3-freya