Brightness implementation with IPC
This commit is contained in:
parent
20814007be
commit
22df558e14
6 changed files with 335 additions and 392 deletions
|
|
@ -294,7 +294,7 @@ NLoader {
|
|||
icon: "brightness_low"
|
||||
fontPointSize: Style.fontSizeLarge * scaling
|
||||
onClicked: {
|
||||
Brightness.decreaseBrightness(1)
|
||||
Brightness.decreaseBrightness()
|
||||
}
|
||||
}
|
||||
NSlider {
|
||||
|
|
@ -311,7 +311,7 @@ NLoader {
|
|||
icon: "brightness_high"
|
||||
fontPointSize: Style.fontSizeLarge * scaling
|
||||
onClicked: {
|
||||
Brightness.increaseBrightness(1)
|
||||
Brightness.increaseBrightness()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue