From 7831f1ec27fb9ecae20a76493ae582f503f3a437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Fri, 18 Nov 2022 09:39:08 +0100 Subject: [PATCH] Make increments to Brightness and Volume in 5 --- PowerControl/MenuStack.cs | 4 ++-- RELEASE.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/PowerControl/MenuStack.cs b/PowerControl/MenuStack.cs index 0802039..9b78423 100644 --- a/PowerControl/MenuStack.cs +++ b/PowerControl/MenuStack.cs @@ -20,7 +20,7 @@ namespace PowerControl new Menu.MenuItemWithOptions() { Name = "Brightness", - Options = { 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 }, + Options = { 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100 }, CurrentValue = delegate() { @@ -36,7 +36,7 @@ namespace PowerControl new Menu.MenuItemWithOptions() { Name = "Volume", - Options = { 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100 }, + Options = { 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75, 80, 85, 90, 95, 100 }, CurrentValue = delegate() { return Helpers.AudioManager.GetMasterVolume10(); diff --git a/RELEASE.md b/RELEASE.md index e28d4e3..88ef7ec 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -11,5 +11,6 @@ - Fix ryzenadj creating console window - Swap icons of PerformanceOverlay and PowerControl - Improve FanControl UI +- Make increments for Brightness and Volume in 5 If you found it useful buy me [Ko-fi](https://ko-fi.com/ayufan).