summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/Config.qml b/config/Config.qml
index 9ab1646..b5e89f9 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -278,7 +278,6 @@ Singleton {
enabled: launcher.enabled,
showOnHover: launcher.showOnHover,
maxShown: launcher.maxShown,
- maxWallpapers: launcher.maxWallpapers,
specialPrefix: launcher.specialPrefix,
actionPrefix: launcher.actionPrefix,
enableDangerousActions: launcher.enableDangerousActions,
@@ -423,7 +422,7 @@ Singleton {
function serializePaths(): var {
return {
- wallpaperDir: paths.wallpaperDir,
+ wallpaper: paths.wallpaper,
sessionGif: paths.sessionGif,
mediaGif: paths.mediaGif
};