From 58a8daa7b963743a16e6b49003e688af8f81f0ed Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 14:00:13 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 122 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index d453c4d9..07b7e3bf 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -20549,6 +20549,128 @@ export function App({ store, initialStatusMessage }: AppProps) { ) : null} + + {boxVolumeModeDraft === "light" ? ( + <> +
+ + +
+
+ + +
+ + ) : null} )}