mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 22:35:38 +00:00
PowerControl: Update and expose UserProfiles that can persist per-game settings
This commit is contained in:
parent
3252e799cb
commit
2d5f8c498f
11 changed files with 436 additions and 200 deletions
|
|
@ -7,6 +7,8 @@ namespace PowerControl
|
|||
Name = String.Format("\r\n\r\nPower Control v{0}\r\n", Application.ProductVersion.ToString()),
|
||||
Items =
|
||||
{
|
||||
Options.Profiles.Instance,
|
||||
new Menu.MenuItemSeparator(),
|
||||
Options.Brightness.Instance,
|
||||
Options.Volume.Instance,
|
||||
new Menu.MenuItemSeparator(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue