mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix canvas save to gallery incorrect is_intermediate
flag
This commit is contained in:
parent
3e3dd39ae4
commit
6f82801d07
@ -37,7 +37,7 @@ export const addCanvasSavedToGalleryListener = () => {
|
||||
file: new File([blob], filename, { type: 'image/png' }),
|
||||
},
|
||||
imageCategory: 'general',
|
||||
isIntermediate: true,
|
||||
isIntermediate: false,
|
||||
})
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user