Files
AsusFanControlEnhanced/AsusFanControlGUI/Properties/Settings.settings
Darren Ohonba - Evans cccb93f739 Added windows startup options
UI refinements
2024-05-23 04:08:53 +01:00

30 lines
1.4 KiB
XML

<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="AsusFanControlGUI.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<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>
<Setting Name="fanControlState" Type="System.String" Scope="User">
<Value Profile="(Default)">Off</Value>
</Setting>
<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>