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

@ -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"]));