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

Fix settings crash

This commit is contained in:
purian23
2025-07-12 15:44:53 -04:00
parent 5a83ba4782
commit 95676fa562
2 changed files with 18 additions and 0 deletions

View File

@@ -53,6 +53,7 @@ PanelWindow {
border.color: Qt.rgba(Theme.outline.r, Theme.outline.g, Theme.outline.b, 0.12)
border.width: 1
// Simple opacity and scale control tied directly to settingsVisible
opacity: settingsPopup.settingsVisible ? 1.0 : 0.0
scale: settingsPopup.settingsVisible ? 1.0 : 0.95