From 5b50a59a4517f518ac2fc79cad58086c1049807c Mon Sep 17 00:00:00 2001 From: Beingpax Date: Fri, 25 Jul 2025 07:49:50 +0545 Subject: [PATCH] Fix model selection dropdown bug --- VoiceInk/PowerMode/PowerModeConfigView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceInk/PowerMode/PowerModeConfigView.swift b/VoiceInk/PowerMode/PowerModeConfigView.swift index bb65ee3..3648aba 100644 --- a/VoiceInk/PowerMode/PowerModeConfigView.swift +++ b/VoiceInk/PowerMode/PowerModeConfigView.swift @@ -352,7 +352,7 @@ struct ConfigurationView: View { // Whisper Model Selection Subsection if whisperState.usableModels.isEmpty { - Text("No transcription models available. Please connect to a cloud service or download a local model in the AI Models tab.") + Text("No transcription models available. Download models or configure API keys in the AI Models tab.") .font(.subheadline) .foregroundColor(.secondary) .padding()