Show Full OSD if in Power Control mode

This commit is contained in:
Kamil Trzciński 2022-11-20 15:42:21 +01:00
parent e376b9dcc8
commit e12c00242b
7 changed files with 45 additions and 13 deletions

View file

@ -64,5 +64,14 @@ namespace PerformanceOverlay {
return ((string)(this["CycleOSDShortcut"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool EnableFullOnPowerControl {
get {
return ((bool)(this["EnableFullOnPowerControl"]));
}
}
}
}