EnableFullOnPowerControl is off by default

This commit is contained in:
Kamil Trzciński 2022-11-20 22:03:04 +01:00
parent f7e3e70c2b
commit ed6cc9ea14
3 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@
<value>Shift+F11</value>
</setting>
<setting name="EnableFullOnPowerControl" serializeAs="String">
<value>True</value>
<value>False</value>
</setting>
</PerformanceOverlay.Settings>
</applicationSettings>

View file

@ -67,7 +67,7 @@ namespace PerformanceOverlay {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool EnableFullOnPowerControl {
get {
return ((bool)(this["EnableFullOnPowerControl"]));

View file

@ -15,7 +15,7 @@
<Value Profile="(Default)">Shift+F11</Value>
</Setting>
<Setting Name="EnableFullOnPowerControl" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">True</Value>
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>