mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 22:35:38 +00:00
Make increments to Brightness and Volume in 5
This commit is contained in:
parent
c596b677d6
commit
7831f1ec27
2 changed files with 3 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue