Change default of inpaintReplace to 1

This commit is contained in:
blessedcoolant 2022-10-28 06:22:17 +13:00 committed by psychedelicious
parent 07cdf6e9cb
commit 104b0ef0ba
3 changed files with 538 additions and 1 deletions

527
frontend/dist/assets/index.18fcde62.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -82,7 +82,7 @@ const initialInpaintingState: InpaintingState = {
isDrawing: false,
stageScale: 1,
shouldUseInpaintReplace: false,
inpaintReplace: 0.5,
inpaintReplace: 1,
};
const initialState: InpaintingState = initialInpaintingState;