Settings / Brightness: removed non existing setting/toggle since we moved to modular bar
This commit is contained in:
parent
9fb4aff635
commit
18b79913bd
1 changed files with 0 additions and 10 deletions
|
|
@ -34,16 +34,6 @@ Item {
|
||||||
color: Color.mOnSurface
|
color: Color.mOnSurface
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bar Visibility Section
|
|
||||||
NToggle {
|
|
||||||
label: "Show Bar Icon"
|
|
||||||
description: "Display the brightness control icon in the bar."
|
|
||||||
checked: Settings.data.bar.showBrightness
|
|
||||||
onToggled: checked => {
|
|
||||||
Settings.data.bar.showBrightness = checked
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Brightness Step Section
|
// Brightness Step Section
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
spacing: Style.marginS * scaling
|
spacing: Style.marginS * scaling
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue