From 75e77a9f74c9d219bbb005633b433393e2380f80 Mon Sep 17 00:00:00 2001 From: Kvintilyanov Aleksandr Date: Mon, 3 Mar 2025 18:20:04 +0300 Subject: [PATCH] Add time to overlays --- PerformanceOverlay/Overlays.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PerformanceOverlay/Overlays.cs b/PerformanceOverlay/Overlays.cs index 200f52d..e7b5043 100644 --- a/PerformanceOverlay/Overlays.cs +++ b/PerformanceOverlay/Overlays.cs @@ -94,6 +94,7 @@ namespace PerformanceOverlay Nested = { new Entry(" FPS"), + new Entry("{CURR_TIME}") { Include = { OverlayMode.FPSWithBattery } }, new Entry("{BATT_%} %") { Include = { OverlayMode.FPSWithBattery }, IgnoreMissing = true }, new Entry("{BATT_W} W") { Include = { OverlayMode.FPSWithBattery }, IgnoreMissing = true }, new Entry("{BATT_MIN} min") { Include = { OverlayMode.FPSWithBattery }, IgnoreMissing = true } @@ -156,6 +157,11 @@ namespace PerformanceOverlay { Text = "[OBJ_FT_SMALL] ms", Include = { OverlayMode.Detail } + }, + new Entry + { + Text = "{CURR_TIME}", + Include = { OverlayMode.Detail } } }, Separator = "| ",