mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): enable progress images by default
This commit is contained in:
parent
b1b94a3d56
commit
2067757fab
@ -19,7 +19,7 @@ export const initialUIState: UIState = {
|
|||||||
shouldPinGallery: true,
|
shouldPinGallery: true,
|
||||||
shouldShowGallery: true,
|
shouldShowGallery: true,
|
||||||
shouldHidePreview: false,
|
shouldHidePreview: false,
|
||||||
shouldShowProgressInViewer: false,
|
shouldShowProgressInViewer: true,
|
||||||
schedulers: SCHEDULERS,
|
schedulers: SCHEDULERS,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user