From 3e39fc7b134bfbc437c7bdfa4d730ab424ce07a6 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 22 May 2025 15:00:44 +0200 Subject: [PATCH] make unload actually unload... --- .config/quickshell/modules/sidebarRight/SidebarRight.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/sidebarRight/SidebarRight.qml b/.config/quickshell/modules/sidebarRight/SidebarRight.qml index 27c4e980..c7038177 100644 --- a/.config/quickshell/modules/sidebarRight/SidebarRight.qml +++ b/.config/quickshell/modules/sidebarRight/SidebarRight.qml @@ -56,7 +56,7 @@ Scope { width: sidebarWidth - Appearance.sizes.hyprlandGapsOut * 2 height: parent.height - Appearance.sizes.hyprlandGapsOut * 2 - Rectangle { + sourceComponent: Rectangle { id: sidebarRightBackground implicitHeight: parent.height - Appearance.sizes.hyprlandGapsOut * 2