mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-09 22:43:57 +01:00
Make increments to Brightness and Volume in 5
This commit is contained in:
parent
c596b677d6
commit
7831f1ec27
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue