Merge branch 'staging' into fix-var-behavior

This commit is contained in:
LenAnderson
2024-05-22 10:22:54 -04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -3160,7 +3160,9 @@ jQuery(async () => {
} }
eventSource.on(event_types.EXTRAS_CONNECTED, async () => { eventSource.on(event_types.EXTRAS_CONNECTED, async () => {
if (extension_settings.sd.source === sources.extras) {
await loadSettingOptions(); await loadSettingOptions();
}
}); });
eventSource.on(event_types.CHAT_CHANGED, onChatChanged); eventSource.on(event_types.CHAT_CHANGED, onChatChanged);