frame bg: make legacy scenes opt-in

This commit is contained in:
Ryan Di
2026-03-18 19:49:46 +11:00
parent 3f405ab833
commit 858d1d4cce
9 changed files with 76 additions and 3 deletions
+1 -1
View File
@@ -787,7 +787,7 @@ export const renderFrameBackground = (
roundCorners?: boolean;
},
) => {
if (isTransparent(frame.backgroundColor)) {
if (!frame.backgroundEnabled || isTransparent(frame.backgroundColor)) {
return;
}