1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-30 09:32:05 -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 {
id: contentLoader
anchors.fill: parent