From 2553c3ba1dcb36bdf0044f271de9ffc1f0242da9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 29 May 2025 09:22:26 +0200 Subject: [PATCH] shell.qml: add comment --- .config/quickshell/shell.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/shell.qml b/.config/quickshell/shell.qml index 005b715b..93cc58f7 100644 --- a/.config/quickshell/shell.qml +++ b/.config/quickshell/shell.qml @@ -37,6 +37,7 @@ ShellRoot { property bool enableSidebarLeft: true property bool enableSidebarRight: true + // Force initialization of some singletons Component.onCompleted: { MaterialThemeLoader.reapplyTheme() ConfigLoader.loadConfig()