chore: enable ai experiments by default in settings (#4223)

This commit is contained in:
Akash K 2024-07-30 18:32:32 +05:30 committed by GitHub
parent a9fc7e6a62
commit adb7782b58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -114,7 +114,7 @@ export const getDefaultSettings = (): SettingsDef => ({
COLUMN_LAYOUT: true,
HAS_OPENED_SPOTLIGHT: false,
ENABLE_AI_EXPERIMENTS: false,
ENABLE_AI_EXPERIMENTS: true,
})
type ApplySettingPayload = {