From 8b725202b381b9dd0d0a37a1429b17a9935148d1 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 19 May 2025 09:00:08 +0200 Subject: [PATCH] remove debug print --- .config/quickshell/modules/sidebarLeft/SidebarLeft.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml index bb5784100..1a209e22f 100644 --- a/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml +++ b/.config/quickshell/modules/sidebarLeft/SidebarLeft.qml @@ -37,10 +37,7 @@ Scope { // Scope sidebarLoader.active = false } - exclusiveZone: { - console.log(sidebarRoot.pin ? sidebarWidth : 0) - return sidebarRoot.pin ? sidebarWidth : 0 - } + exclusiveZone: sidebarRoot.pin ? sidebarWidth : 0 implicitWidth: Appearance.sizes.sidebarWidthExtended WlrLayershell.namespace: "quickshell:sidebarLeft" // Hyprland 0.49: OnDemand is Exclusive, Exclusive just breaks click-outside-to-close