Major bugfixes.
Can now begin at system startup.
This commit is contained in:
24
AsusFanControlGUI/Properties/Settings.Designer.cs
generated
24
AsusFanControlGUI/Properties/Settings.Designer.cs
generated
@@ -118,5 +118,29 @@ namespace AsusFanControlGUI.Properties {
|
||||
this["startMinimised"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
||||
public int hysteresis {
|
||||
get {
|
||||
return ((int)(this["hysteresis"]));
|
||||
}
|
||||
set {
|
||||
this["hysteresis"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("2000")]
|
||||
public int updateSpeed {
|
||||
get {
|
||||
return ((int)(this["updateSpeed"]));
|
||||
}
|
||||
set {
|
||||
this["updateSpeed"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,5 +26,11 @@
|
||||
<Setting Name="startMinimised" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="hysteresis" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">1</Value>
|
||||
</Setting>
|
||||
<Setting Name="updateSpeed" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">2000</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user