fix: Save codestral api key

This commit is contained in:
Petr Mironychev 2025-04-20 09:57:14 +02:00
parent 9a54f04a0d
commit 3f2c146df1

View File

@ -157,6 +157,9 @@ void ProviderSettings::setupConnections()
connect(&mistralAiApiKey, &ButtonAspect::changed, this, [this]() {
mistralAiApiKey.writeSettings();
});
connect(&codestralApiKey, &ButtonAspect::changed, this, [this]() {
codestralApiKey.writeSettings();
});
connect(&googleAiApiKey, &ButtonAspect::changed, this, [this]() {
googleAiApiKey.writeSettings();
});