feat: darken backdrop when detached popout open
This commit is contained in:
parent
dd3402eb14
commit
b7e862e3aa
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ StyledWindow {
|
||||||
|
|
||||||
StyledRect {
|
StyledRect {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
opacity: visibilities.session && Config.session.enabled ? 0.5 : 0
|
opacity: (visibilities.session && Config.session.enabled) || panels.popouts.detachedMode !== "" ? 0.5 : 0
|
||||||
color: Colours.palette.m3scrim
|
color: Colours.palette.m3scrim
|
||||||
|
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue