diff --git a/CommonHelpers/GlobalConfig.cs b/CommonHelpers/GlobalConfig.cs index 9500745..e315b77 100644 --- a/CommonHelpers/GlobalConfig.cs +++ b/CommonHelpers/GlobalConfig.cs @@ -20,6 +20,7 @@ namespace CommonHelpers { FPS = 10032, FPSWithBattery, + Battery, Minimal, Detail, Full diff --git a/PerformanceOverlay/Overlays.cs b/PerformanceOverlay/Overlays.cs index 200f52d..8ba3760 100644 --- a/PerformanceOverlay/Overlays.cs +++ b/PerformanceOverlay/Overlays.cs @@ -101,6 +101,15 @@ namespace PerformanceOverlay Include = { OverlayMode.FPS, OverlayMode.FPSWithBattery } }, + // Just battery + new Entry { + Nested = + { + new Entry("{BATT_%} %") + }, + Include = { OverlayMode.Battery } + }, + // Minimal and Detail new Entry { Nested =