PerformanceOverlay: Battery-only setting in Performance Overlay (#193)

This commit is contained in:
severn2 2025-06-10 10:47:58 -05:00 committed by GitHub
parent b5be6d9caf
commit 78d58fe352
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -20,6 +20,7 @@ namespace CommonHelpers
{
FPS = 10032,
FPSWithBattery,
Battery,
Minimal,
Detail,
Full

View file

@ -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 =