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).