diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f80d58b..0ff75f2 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -3735,7 +3735,7 @@ export default function App() { recording. Both sit where the counter is, which has shifted left to make room. */} {recording && recStopped && RECORDABLE_MODES.has(mode.toUpperCase()) && ( - + - )} - {recording && !recStopped && RECORDABLE_MODES.has(mode.toUpperCase()) && ( - + + + + )}