1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

ControlCenter: Implement edit mode for customizing widgets

This commit is contained in:
bbedward
2025-09-23 14:38:01 -04:00
parent b9b1737639
commit c04177e45d
32 changed files with 2870 additions and 796 deletions

View File

@@ -946,15 +946,6 @@ Item {
}
}
DankToggle {
width: parent.width
text: "Hide Brightness Slider"
description: "Hide the brightness slider in Control Center and make audio slider full width"
checked: SettingsData.hideBrightnessSlider
onToggled: checked => {
SettingsData.setHideBrightnessSlider(checked)
}
}
Rectangle {
width: parent.width