diff --git a/app.go b/app.go index 70ed19c..49ed4bf 100644 --- a/app.go +++ b/app.go @@ -543,6 +543,7 @@ func (a *App) SaveSettings(settings map[string]interface{}) string { // Since GetSettings masks the key, we only update if it's not still the masked value. a.transcriber = transcriber.NewClient( a.config.GroqAPIKey, + a.config.MistralAPIKey, a.config.WhisperModel, a.config.AIModel, a.config.AIPrompt, diff --git a/frontend/index.html b/frontend/index.html index 8277431..aae8041 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -103,8 +103,8 @@ -
GNOME: Settings Keyboard Custom Shortcuts Add a shortcut with the copied command.
-KDE: System Settings Shortcuts Command/URL Add a shortcut with the copied command.
+GNOME: Settings > Keyboard > Custom Shortcuts > Add a shortcut with the copied command.
+KDE: System Settings > Shortcuts > Command/URL > Add a shortcut with the copied command.
@@ -221,7 +221,7 @@