1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-02 02:22:06 -04:00

fix popout transparency

This commit is contained in:
bbedward
2026-04-25 11:15:44 -04:00
parent e75b95b854
commit 4c617cf022

View File

@@ -553,6 +553,13 @@ Item {
} }
} }
Rectangle {
anchors.fill: parent
radius: Theme.cornerRadius
visible: !BlurService.enabled
color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency)
}
Loader { Loader {
id: contentLoader id: contentLoader
anchors.fill: parent anchors.fill: parent