feat/tips #92

Merged
cfy777 merged 2 commits from feat/tips into develop 2026-06-14 16:32:19 +08:00
Showing only changes of commit fe053f94dc - Show all commits

View File

@@ -69,7 +69,6 @@ function AppContent() {
stats,
mode,
isObserving,
toggleMode,
startSession,
stopSession,
interrupt,
@@ -292,12 +291,6 @@ function AppContent() {
>
🎤
</button>
<button
className={`btn ${mode === "observation" ? "btn--active" : "btn--secondary"}`}
onClick={toggleMode}
>
{mode === "observation" ? tr("controls.observing") : tr("controls.observation")}
</button>
{isProcessing && (
<button className="btn btn--warning" onClick={interrupt}>
{tr("controls.interrupt")}