We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5be6d9 commit 78d58feCopy full SHA for 78d58fe
CommonHelpers/GlobalConfig.cs
@@ -20,6 +20,7 @@ public enum OverlayMode : uint
20
{
21
FPS = 10032,
22
FPSWithBattery,
23
+ Battery,
24
Minimal,
25
Detail,
26
Full
PerformanceOverlay/Overlays.cs
@@ -101,6 +101,15 @@ private String EvaluateText(Sensors sensors)
101
Include = { OverlayMode.FPS, OverlayMode.FPSWithBattery }
102
},
103
104
+ // Just battery
105
+ new Entry {
106
+ Nested =
107
+ {
108
+ new Entry("<C4><A3>{BATT_%}<A><A1><S1> %<C><S><A>")
109
+ },
110
+ Include = { OverlayMode.Battery }
111
112
+
113
// Minimal and Detail
114
new Entry {
115
Nested =
0 commit comments