mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-18 12:43:52 +00:00
Store Fan mode in settings and add startup on boot
This commit is contained in:
parent
29903834a6
commit
d56d123e61
7 changed files with 307 additions and 19 deletions
12
FanControl/Properties/Settings.Designer.cs
generated
12
FanControl/Properties/Settings.Designer.cs
generated
|
|
@ -22,5 +22,17 @@ namespace FanControl.Properties {
|
|||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Default")]
|
||||
public string FanMode {
|
||||
get {
|
||||
return ((string)(this["FanMode"]));
|
||||
}
|
||||
set {
|
||||
this["FanMode"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue