From 814d2f336c6a56e53412201bf99ca69753bda71b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 8 Jan 2026 16:13:14 -0500 Subject: remove themes and configs from launcher --- config/Config.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'config/Config.qml') 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 }; } -- cgit v1.2.3-freya