From ed6cc9ea14790ce6233700698a268cc3dc8b4f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Sun, 20 Nov 2022 22:03:04 +0100 Subject: [PATCH] `EnableFullOnPowerControl` is off by default --- PerformanceOverlay/App.config | 2 +- PerformanceOverlay/Settings.Designer.cs | 2 +- PerformanceOverlay/Settings.settings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PerformanceOverlay/App.config b/PerformanceOverlay/App.config index d7a742b..fae1eb6 100644 --- a/PerformanceOverlay/App.config +++ b/PerformanceOverlay/App.config @@ -27,7 +27,7 @@ Shift+F11 - True + False diff --git a/PerformanceOverlay/Settings.Designer.cs b/PerformanceOverlay/Settings.Designer.cs index 1a21080..59f3e24 100644 --- a/PerformanceOverlay/Settings.Designer.cs +++ b/PerformanceOverlay/Settings.Designer.cs @@ -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"])); diff --git a/PerformanceOverlay/Settings.settings b/PerformanceOverlay/Settings.settings index 11fd013..659d92a 100644 --- a/PerformanceOverlay/Settings.settings +++ b/PerformanceOverlay/Settings.settings @@ -15,7 +15,7 @@ Shift+F11 - True + False \ No newline at end of file