Make increments to Brightness and Volume in 5

This commit is contained in:
Kamil Trzciński 2022-11-18 09:39:08 +01:00
parent c596b677d6
commit 7831f1ec27
2 changed files with 3 additions and 2 deletions

View file

@ -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();

View file

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