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:
parent
1e4ed52c51
commit
593821e998
3 changed files with 7 additions and 58 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue