mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 15:59:26 -05:00
remove debug print
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user