From 45d6bfa3fbe2b2418167d9f3998cd8a4d7ec9ad7 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sat, 18 Oct 2025 21:42:03 +0200 Subject: [PATCH] sidebar: quick toggles: fix iilegal default --- dots/.config/quickshell/ii/modules/common/Config.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index 06e9850d8..46298d584 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -401,10 +401,10 @@ Singleton { property list toggles: [ { type: "network", size: 2 }, { type: "bluetooth", size: 2 }, - { type: "idleinhibitor", size: 1 }, - { type: "easyeffects", size: 1 }, - { type: "nightlight", size: 2 }, - { type: "darkmode", size: 2 } + { type: "idleInhibitor", size: 1 }, + { type: "easyEffects", size: 1 }, + { type: "nightLight", size: 2 }, + { type: "darkMode", size: 2 } ] } }