mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-06 19:45:02 -05:00
Fix Gallery being open by default
This commit is contained in:
committed by
Lincoln Stein
parent
efbcbb0d91
commit
3c146ebf9e
@@ -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