From 6880272c5b18acd063b47e1f04c03c1a78d08499 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 26 Jul 2025 14:30:48 +1000 Subject: config: allow enable/disable panels Closes #240 --- config/LauncherConfig.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'config/LauncherConfig.qml') diff --git a/config/LauncherConfig.qml b/config/LauncherConfig.qml index 635aa56..70465a0 100644 --- a/config/LauncherConfig.qml +++ b/config/LauncherConfig.qml @@ -1,6 +1,7 @@ import Quickshell.Io JsonObject { + property bool enabled: true property int maxShown: 8 property int maxWallpapers: 9 // Warning: even numbers look bad property string actionPrefix: ">" -- cgit v1.2.3-freya