mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 13:57:39 +00:00
PowerControl: Persist most of settings in UserProfiles
This commit is contained in:
parent
2d5f8c498f
commit
c4076ceb45
6 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ namespace PowerControl.Options
|
|||
public static Menu.MenuItemWithOptions Instance = new Menu.MenuItemWithOptions()
|
||||
{
|
||||
Name = "SMT",
|
||||
PersistentKey = "SMT",
|
||||
ApplyDelay = 500,
|
||||
Options = { "No", "Yes" },
|
||||
ResetValue = () => { return "Yes"; },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue