1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-11 16:22:09 -04:00

settings: DankCollapsible

This commit is contained in:
purian23
2026-02-08 20:26:06 -05:00
parent 37cc4ab197
commit 591d2ba4d4
4 changed files with 13 additions and 0 deletions

View File

@@ -1028,6 +1028,8 @@ Item {
iconName: "rounded_corner"
title: I18n.tr("Corners & Background")
settingKey: "barCorners"
collapsible: true
expanded: false
visible: selectedBarConfig?.enabled
SettingsToggleRow {
@@ -1103,6 +1105,9 @@ Item {
id: shadowCard
iconName: "layers"
title: I18n.tr("Shadow", "bar shadow settings card")
settingKey: "barShadow"
collapsible: true
expanded: false
visible: selectedBarConfig?.enabled
readonly property bool shadowActive: (selectedBarConfig?.shadowIntensity ?? 0) > 0