feat: rename BILLBOARD_MONITOR_SIDE to BILLBOARD_MONITOR for consistency

This commit is contained in:
MayaTheShy
2026-03-26 14:21:15 -04:00
parent 8a50bc586d
commit c7a1b7066a
3 changed files with 7 additions and 16 deletions

View File

@@ -195,11 +195,11 @@ local function main()
end
-- Billboard monitor (optional — set billboardMonitorSide in .manager_config)
if cfg.BILLBOARD_MONITOR_SIDE ~= "" then
if cfg.BILLBOARD_MONITOR ~= "" then
if display.setupBillboardMonitor() then
log.info("INIT", "Billboard monitor: %s", display.billboardMonName)
else
log.warn("INIT", "Billboard monitor not found: %s", cfg.BILLBOARD_MONITOR_SIDE)
log.warn("INIT", "Billboard monitor not found: %s", cfg.BILLBOARD_MONITOR)
end
end