mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-21 06:03:52 +00:00
Show Full OSD if in Power Control mode
This commit is contained in:
parent
e376b9dcc8
commit
e12c00242b
7 changed files with 45 additions and 13 deletions
9
PerformanceOverlay/Settings.Designer.cs
generated
9
PerformanceOverlay/Settings.Designer.cs
generated
|
|
@ -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"]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue