1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-07 22:15:38 -05:00

Follow theme transparency

This commit is contained in:
purian23
2025-09-08 21:18:26 -04:00
parent 252cc8f42a
commit 751aee40a5

View File

@@ -91,7 +91,7 @@ PanelWindow {
color: Theme.surfaceContainer
border.color: Theme.outlineMedium
border.width: 1
opacity: isVisible ? 1 : 0
opacity: isVisible ? SettingsData.popupTransparency : 0
Behavior on opacity {
NumberAnimation {