OpenVoiceOS / ovos-shell

Apache License 2.0
2 stars 3 forks source link

cant update brightness slider without triggering fake brightness #45

Open JarbasAl opened 3 weeks ago

JarbasAl commented 3 weeks ago

https://github.com/OpenVoiceOS/ovos-shell/blob/master/application/qml/panel/quicksettings/BrightnessSlider.qml#L28

if using a PHAL plugin to control the screen brightness, we want to update the slider position but NOT trigger fake brightness changes

related https://github.com/OpenVoiceOS/ovos-gui-plugin-shell-companion/pull/31

JarbasAl commented 3 weeks ago

i guess we need a config setting handled somewhere around here https://github.com/OpenVoiceOS/ovos-shell/blob/master/application/qml/main.qml#L336