mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-20 15:30:28 +01:00
Add 0 brightness
This commit is contained in:
parent
763d20b418
commit
d7cec97ae5
|
|
@ -19,7 +19,7 @@ namespace PowerControl
|
|||
new Menu.MenuItemWithOptions()
|
||||
{
|
||||
Name = "Brightness",
|
||||
Options = { 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 },
|
||||
Options = { 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 },
|
||||
|
||||
CurrentValue = delegate()
|
||||
{
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@
|
|||
- Allow to control OSD and Fan from Power Control
|
||||
- Improve flickering of OSD
|
||||
- Add Volume Up/Down controls (disable with `EnableVolumeControl` in `PowerControl.dll.config`)
|
||||
- Add `0` brightness
|
||||
|
||||
If you found it useful buy me [Ko-fi](https://ko-fi.com/ayufan).
|
||||
|
|
|
|||
Loading…
Reference in a new issue