Brightness improvements

- we dont want to save brightness in settings as it is saved in the
hardware
- fixed a few DDCutil weirdness
This commit is contained in:
quadbyte 2025-08-17 07:44:40 -04:00
parent 1e4ed52c51
commit 593821e998
3 changed files with 7 additions and 58 deletions

View file

@ -188,9 +188,6 @@ Singleton {
property JsonObject brightness
brightness: JsonObject {
property real lastBrightness: 50.0
property string lastMethod: "internal"
property list<var> monitorBrightness: []
property int brightnessStep: 5
}