summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/Config.qml b/config/Config.qml
index b875eef..40ca036 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -272,7 +272,6 @@ Singleton {
hiddenApps: launcher.hiddenApps,
useFuzzy: {
apps: launcher.useFuzzy.apps,
- actions: launcher.useFuzzy.actions,
schemes: launcher.useFuzzy.schemes,
variants: launcher.useFuzzy.variants,
wallpapers: launcher.useFuzzy.wallpapers
@@ -283,7 +282,6 @@ Singleton {
wallpaperWidth: launcher.sizes.wallpaperWidth,
wallpaperHeight: launcher.sizes.wallpaperHeight
},
- actions: launcher.actions
};
}