basic advanced options
This commit is contained in:
24
AsusFanControlGUI/Properties/Settings.Designer.cs
generated
24
AsusFanControlGUI/Properties/Settings.Designer.cs
generated
@@ -34,5 +34,29 @@ namespace AsusFanControlGUI.Properties {
|
||||
this["fanSpeed"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool turnOffControlOnExit {
|
||||
get {
|
||||
return ((bool)(this["turnOffControlOnExit"]));
|
||||
}
|
||||
set {
|
||||
this["turnOffControlOnExit"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool forbidUnsafeSettings {
|
||||
get {
|
||||
return ((bool)(this["forbidUnsafeSettings"]));
|
||||
}
|
||||
set {
|
||||
this["forbidUnsafeSettings"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,11 @@
|
||||
<Setting Name="fanSpeed" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">90</Value>
|
||||
</Setting>
|
||||
<Setting Name="turnOffControlOnExit" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
<Setting Name="forbidUnsafeSettings" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user