mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Fix Gallery being open by default
This commit is contained in:
parent
a62541d976
commit
8ea88f49b1
File diff suppressed because one or more lines are too long
2
frontend/dist/index.html
vendored
2
frontend/dist/index.html
vendored
@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>InvokeAI - A Stable Diffusion Toolkit</title>
|
||||
<link rel="shortcut icon" type="icon" href="/assets/favicon.0d253ced.ico" />
|
||||
<script type="module" crossorigin src="/assets/index.fa39eb1f.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index.9e9b1310.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index.22ee377a.css">
|
||||
</head>
|
||||
|
||||
|
@ -18,7 +18,7 @@ const initialState: GalleryState = {
|
||||
currentImageUuid: '',
|
||||
images: [],
|
||||
areMoreImagesAvailable: true,
|
||||
shouldShowGallery: true,
|
||||
shouldShowGallery: false,
|
||||
};
|
||||
|
||||
export const gallerySlice = createSlice({
|
||||
|
Loading…
Reference in New Issue
Block a user