Expression API on new install defaults to 'local'
| @@ -2060,7 +2060,7 @@ async function fetchImagesNoCache() { | ||
| 2060 | 2060 | |
| 2061 | 2061 | function migrateSettings() { |
| 2062 | 2062 | if (extension_settings.expressions.api === undefined) { |
| 2063 | 2063 | extension_settings.expressions.api = EXPRESSION_API.extraslocal; |
| 2064 | 2064 | saveSettingsDebounced(); |
| 2065 | 2065 | } |
| 2066 | 2066 | |