feat(ui): update output only masked regions

- New name: "Output only Generated Regions"
- New default: true (this was the intention, but at some point the behaviour of the setting was inverted without the default being changed)
This commit is contained in:
psychedelicious
2024-11-09 06:02:55 +10:00
committed by Kent Keirsey
parent f36583f866
commit d5ff7ef250
2 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ const initialState: CanvasSettingsState = {
invertScrollForToolWidth: false,
color: { r: 31, g: 160, b: 224, a: 1 }, // invokeBlue.500
sendToCanvas: false,
outputOnlyMaskedRegions: false,
outputOnlyMaskedRegions: true,
autoProcess: true,
snapToGrid: true,
showProgressOnCanvas: true,