From d6750a8dfb25380ca000c8f26aca13fe4808956d Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Tue, 9 Dec 2025 23:20:11 +0100 Subject: [PATCH] . --- de_react_auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de_react_auto b/de_react_auto index 52c2aba..b66257f 100644 --- a/de_react_auto +++ b/de_react_auto @@ -890,7 +890,7 @@ local function updateDisplay() mon.setTextColor(colors.white) mon.write("Saturation: ") mon.setTextColor(colors.magenta) - mon.write(formatPercent(satPercent)) + mon.write(formatPercent(satPercent) .. " (Target: " .. formatPercent(CONFIG.target_saturation) .. ")") y = y + 1 drawProgressBar(mon, 1, y, w - 2, satPercent, 1, colors.magenta)