Optimisations

This commit is contained in:
Darren Ohonba - Evans
2024-05-19 21:16:18 +01:00
parent 79bc42e24d
commit 4198df7c23
14 changed files with 9908 additions and 323 deletions

View File

@@ -12,7 +12,7 @@ namespace AsusFanControlGUI.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.6.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -58,5 +58,29 @@ namespace AsusFanControlGUI.Properties {
this["forbidUnsafeSettings"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Off")]
public string fanControlState {
get {
return ((string)(this["fanControlState"]));
}
set {
this["fanControlState"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("20,1-60,1-61,20-70,20-71,30-80,55")]
public string FanCurvePoints {
get {
return ((string)(this["FanCurvePoints"]));
}
set {
this["FanCurvePoints"] = value;
}
}
}
}