Reduce the number of notices

This commit is contained in:
Barrca 2025-01-29 13:34:35 -08:00
parent 108eb0c251
commit 900ba5f849

View file

@ -184,7 +184,7 @@ export class ChatApiManager {
this.settings = settings;
const newChatClient = this.initializeChatClient(settings);
if (!newChatClient) {
new Notice("⚠️ Failed to initialize new chat client. Check your settings.");
return;
}
this.chatClient = newChatClient;
}