From 2964c5fab46c498047d9e63f8413bc84c181838f 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 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 }; } -- cgit v1.2.3-freya