Settings / Brightness: removed non existing setting/toggle since we moved to modular bar

This commit is contained in:
LemmyCook 2025-08-25 21:40:00 -04:00
parent 9fb4aff635
commit 18b79913bd

View file

@ -34,16 +34,6 @@ Item {
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
ColumnLayout {
spacing: Style.marginS * scaling