feat: make band logo optional on break screen

This commit is contained in:
2026-07-16 18:26:24 +02:00
parent ded84b814d
commit 6475517190
6 changed files with 18 additions and 1 deletions
+1
View File
@@ -77,6 +77,7 @@ export function declareReplicants(nodecg: NodeCG.ServerAPI): Replicants {
heading: branding.breakHeading ?? seed.breakHeading,
nextActName: "",
nextActFrom: "",
logoVisible: true,
logoInverted: false,
logoName: null,
logoHeightPx: 240,