mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-07 15:23:55 +00:00
PerformanceOverlay: Battery-only setting in Performance Overlay (#193)
This commit is contained in:
parent
b5be6d9caf
commit
78d58fe352
2 changed files with 10 additions and 0 deletions
|
|
@ -101,6 +101,15 @@ namespace PerformanceOverlay
|
|||
Include = { OverlayMode.FPS, OverlayMode.FPSWithBattery }
|
||||
},
|
||||
|
||||
// Just battery
|
||||
new Entry {
|
||||
Nested =
|
||||
{
|
||||
new Entry("<C4><A3>{BATT_%}<A><A1><S1> %<C><S><A>")
|
||||
},
|
||||
Include = { OverlayMode.Battery }
|
||||
},
|
||||
|
||||
// Minimal and Detail
|
||||
new Entry {
|
||||
Nested =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue