feat: update BILLBOARD_MONITOR comment for clarity on auto-detection

This commit is contained in:
MayaTheShy
2026-03-26 14:23:29 -04:00
parent 3c4d76d4a9
commit fe6a6df6a3

View File

@@ -34,7 +34,7 @@ C.COMPOST_INTERVAL = 3
C.ALERT_INTERVAL = 15
C.CACHE_FILE = _configPath(".inventory_cache")
C.SMELTER_MONITOR_SIDE = "top"
C.BILLBOARD_MONITOR = "" -- network name e.g. "monitor_0"; empty = disabled
C.BILLBOARD_MONITOR = "" -- network name e.g. "monitor_0"; auto-detects if empty
C.BILLBOARD_TOP_ITEMS = 20 -- max items in billboard bar chart
C.DISABLED_RECIPES_FILE = _configPath(".disabled_recipes")