auto-git:

[change] src/app/App.tsx
This commit is contained in:
2026-04-22 15:24:18 +02:00
parent a7fa804577
commit 2d54b2a7c8

View File

@@ -14093,6 +14093,14 @@ export function App({ store, initialStatusMessage }: AppProps) {
>
Image
</button>
<button
className={`toolbar__button ${editorState.document.world.background.mode === "shader" ? "toolbar__button--active" : ""}`}
type="button"
data-testid="world-background-mode-shader"
onClick={() => applyWorldBackgroundMode("shader")}
>
Shader
</button>
</div>
</div>