remove debug print

This commit is contained in:
end-4
2025-05-19 09:00:08 +02:00
parent 29fb9a5268
commit 8b725202b3
@@ -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