From 1f53bcc65af97ce5d994dd20faaa36f5f5061313 Mon Sep 17 00:00:00 2001 From: severn2 Date: Wed, 2 Oct 2024 16:29:22 -0500 Subject: [PATCH] Battery-only setting in Performance Overlay --- CommonHelpers/GlobalConfig.cs | 1 + PerformanceOverlay/Overlays.cs | 9 +++++++++ 2 files changed, 10 insertions(+) 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 =