PowerControl: Persist most of settings in UserProfiles

This commit is contained in:
Kamil Trzciński 2023-01-05 23:52:23 +01:00
parent 2d5f8c498f
commit c4076ceb45
6 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,7 @@ namespace PowerControl.Options
public static Menu.MenuItemWithOptions Instance = new Menu.MenuItemWithOptions()
{
Name = "Profiles",
ApplyDelay = 500,
OptionsValues = delegate ()
{
var currentProfileSettings = Controller?.CurrentProfileSettings;