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 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
};