From d7cec97ae55f0e893d579ccccfd3fb43f29d60d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Wed, 16 Nov 2022 08:38:23 +0100 Subject: [PATCH] Add `0` brightness --- PowerControl/MenuStack.cs | 2 +- RELEASE.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/PowerControl/MenuStack.cs b/PowerControl/MenuStack.cs index 83b6fdb..7bafdfc 100644 --- a/PowerControl/MenuStack.cs +++ b/PowerControl/MenuStack.cs @@ -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() { diff --git a/RELEASE.md b/RELEASE.md index a602410..057b6a5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -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).