From 6e69da03798b2825d481c44e34039a1e9539c9be Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:38:38 +1100 Subject: [PATCH] fix(hud): restore bar separators after dropdown divider change --- src/components/launch/LaunchWindow.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/launch/LaunchWindow.tsx b/src/components/launch/LaunchWindow.tsx index 4889ee09..f1078fde 100644 --- a/src/components/launch/LaunchWindow.tsx +++ b/src/components/launch/LaunchWindow.tsx @@ -111,7 +111,11 @@ function DropdownItem({ ); } -function Separator() { +function BarSeparator() { + return
; +} + +function DropdownSeparator() { return
; } @@ -618,7 +622,7 @@ export function LaunchWindow() { {formatTime(elapsed)} - + : } - + - + - + - + - + {microphoneEnabled && ( }