summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-08 16:13:14 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-22 08:30:52 -0500
commit2964c5fab46c498047d9e63f8413bc84c181838f (patch)
tree5dc841f32df5f91d191aace2c6ea638501c89bee /config/Config.qml
parentclean up lock screen (diff)
downloadcaelestia-shell-2964c5fab46c498047d9e63f8413bc84c181838f.tar.gz
caelestia-shell-2964c5fab46c498047d9e63f8413bc84c181838f.tar.bz2
caelestia-shell-2964c5fab46c498047d9e63f8413bc84c181838f.zip
remove themes and configs from launcher
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 bebfe4d..9ab1646 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -287,7 +287,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
@@ -298,7 +297,6 @@ Singleton {
wallpaperWidth: launcher.sizes.wallpaperWidth,
wallpaperHeight: launcher.sizes.wallpaperHeight
},
- actions: launcher.actions
};
}