Added windows startup options
UI refinements
This commit is contained in:
36
AsusFanControlGUI/Properties/Settings.Designer.cs
generated
36
AsusFanControlGUI/Properties/Settings.Designer.cs
generated
@@ -82,5 +82,41 @@ namespace AsusFanControlGUI.Properties {
|
||||
this["FanCurvePoints"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool allowFanCurveSettingViaText {
|
||||
get {
|
||||
return ((bool)(this["allowFanCurveSettingViaText"]));
|
||||
}
|
||||
set {
|
||||
this["allowFanCurveSettingViaText"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool startWithWindows {
|
||||
get {
|
||||
return ((bool)(this["startWithWindows"]));
|
||||
}
|
||||
set {
|
||||
this["startWithWindows"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
||||
public bool startMinimised {
|
||||
get {
|
||||
return ((bool)(this["startMinimised"]));
|
||||
}
|
||||
set {
|
||||
this["startMinimised"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -17,5 +17,14 @@
|
||||
<Setting Name="FanCurvePoints" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">20,1-60,1-61,20-70,20-71,30-80,55</Value>
|
||||
</Setting>
|
||||
<Setting Name="allowFanCurveSettingViaText" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="startWithWindows" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="startMinimised" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user