mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-06 05:25:41 -05:00
hide brightness slider opt
This commit is contained in:
@@ -771,6 +771,16 @@ 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
|
||||
height: 1
|
||||
|
||||
Reference in New Issue
Block a user