From 317089d57f13f68a40f496d23174fb2d066e60cb Mon Sep 17 00:00:00 2001 From: Etienne Lescot Date: Fri, 27 Mar 2026 14:04:04 +0100 Subject: [PATCH] fix: restore flex layout to ensure HUD renders in transparent Electron window --- src/components/launch/LaunchWindow.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/launch/LaunchWindow.tsx b/src/components/launch/LaunchWindow.tsx index 54ea221..3c7f9c7 100644 --- a/src/components/launch/LaunchWindow.tsx +++ b/src/components/launch/LaunchWindow.tsx @@ -229,7 +229,9 @@ export function LaunchWindow() { }; return ( -
+
{/* Language switcher — top-left, beside traffic lights */}
{/* Mic selector */} {showMicControls && ( @@ -350,7 +352,7 @@ export function LaunchWindow() { {/* HUD bar — always at bottom center, never moves */}
{/* Drag handle */}