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)