mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
fix left sidebar weird color when detached and transparency enabled
This commit is contained in:
@@ -127,6 +127,7 @@ Scope { // Scope
|
|||||||
sourceComponent: FloatingWindow {
|
sourceComponent: FloatingWindow {
|
||||||
id: detachedSidebarRoot
|
id: detachedSidebarRoot
|
||||||
property var contentParent: detachedSidebarBackground
|
property var contentParent: detachedSidebarBackground
|
||||||
|
color: "transparent"
|
||||||
|
|
||||||
visible: GlobalStates.sidebarLeftOpen
|
visible: GlobalStates.sidebarLeftOpen
|
||||||
onVisibleChanged: {
|
onVisibleChanged: {
|
||||||
|
|||||||
Reference in New Issue
Block a user