Avatar Fix , control pannel UI fix

This commit is contained in:
Stijnus
2025-02-03 01:04:23 +01:00
parent f3468d495d
commit f091409f7e
7 changed files with 392 additions and 164 deletions

View File

@@ -90,7 +90,8 @@ const getInitialProviderSettings = (): ProviderSetting => {
initialSettings[provider.name] = {
...provider,
settings: {
enabled: true,
// Local providers should be disabled by default
enabled: !LOCAL_PROVIDERS.includes(provider.name),
},
};
});