Skip to content

Commit e4035a5

Browse files
fix(ui): add missing config property
1 parent 81ea742 commit e4035a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

invokeai/frontend/web/src/features/system/store/configSlice.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { merge } from 'lodash-es';
55

66
export const initialConfigState: AppConfig = {
77
shouldUpdateImagesOnConnect: false,
8+
shouldFetchMetadataFromApi: false,
89
disabledTabs: [],
910
disabledFeatures: ['lightbox', 'faceRestore', 'batches'],
1011
disabledSDFeatures: [

0 commit comments

Comments
 (0)