Hide Local (Whisper) mode option when using cloud-only sidecar
All checks were successful
Tests / Python Backend Tests (push) Successful in 6s
Tests / Frontend Tests (push) Successful in 7s
Tests / Rust Sidecar Tests (push) Successful in 2m3s

- Expose is_cloud_only flag in /api/status response
- Add isCloudOnly to backend store state
- Conditionally hide Local (Whisper) radio button in Settings

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Developer
2026-04-10 19:24:01 -07:00
parent 8df1ab9817
commit f0b5890eba
3 changed files with 11 additions and 0 deletions

View File

@@ -453,6 +453,7 @@
/>
Managed Service
</label>
{#if !backendStore.isCloudOnly}
<label>
<input
type="radio"
@@ -462,6 +463,7 @@
/>
Local (Whisper)
</label>
{/if}
</div>
{#if remoteMode === "byok"}
<div class="field">