From c33afa5215330f62c71929d3541f5ff1c8713229 Mon Sep 17 00:00:00 2001 From: Pax1601 Date: Sat, 22 Mar 2025 19:27:41 +0100 Subject: [PATCH] fix: Humans can be exploded --- frontend/react/src/ui/ui.tsx | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/frontend/react/src/ui/ui.tsx b/frontend/react/src/ui/ui.tsx index ff53ff02..394a5f1a 100644 --- a/frontend/react/src/ui/ui.tsx +++ b/frontend/react/src/ui/ui.tsx @@ -103,15 +103,13 @@ export function UI() { getApp().setState(OlympusState.IDLE)} /> getApp().setState(OlympusState.IDLE)} + onClose={() => {}} /> {/*} getApp().setState(OlympusState.IDLE)} /> getApp().setState(OlympusState.IDLE)} />{*/} - - @@ -131,15 +129,15 @@ export function UI() { backdrop-blur-sm `} > -
+
- Olympus Logo + Olympus Logo
{!connectedOnce &&
Establishing connection
} {connectedOnce &&
Connection lost
}