mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Fix Gallery being open by default
This commit is contained in:
@@ -18,7 +18,7 @@ const initialState: GalleryState = {
|
||||
currentImageUuid: '',
|
||||
images: [],
|
||||
areMoreImagesAvailable: true,
|
||||
shouldShowGallery: true,
|
||||
shouldShowGallery: false,
|
||||
};
|
||||
|
||||
export const gallerySlice = createSlice({
|
||||
|
||||
Reference in New Issue
Block a user