mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): enable progress images by default
This commit is contained in:
committed by
Kent Keirsey
parent
b1b94a3d56
commit
2067757fab
@@ -19,7 +19,7 @@ export const initialUIState: UIState = {
|
||||
shouldPinGallery: true,
|
||||
shouldShowGallery: true,
|
||||
shouldHidePreview: false,
|
||||
shouldShowProgressInViewer: false,
|
||||
shouldShowProgressInViewer: true,
|
||||
schedulers: SCHEDULERS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user