mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2025-12-06 07:12:01 +01:00
PerformanceOverlay: Battery-only setting in Performance Overlay (#193)
This commit is contained in:
parent
b5be6d9caf
commit
78d58fe352
|
|
@ -20,6 +20,7 @@ namespace CommonHelpers
|
|||
{
|
||||
FPS = 10032,
|
||||
FPSWithBattery,
|
||||
Battery,
|
||||
Minimal,
|
||||
Detail,
|
||||
Full
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue