default enable artifact
This commit is contained in:
parent
7c0acc7b77
commit
7455978ee5
|
@ -174,7 +174,7 @@ export function MaskConfig(props: {
|
|||
<input
|
||||
aria-label={Locale.Mask.Config.Artifacts.Title}
|
||||
type="checkbox"
|
||||
checked={props.mask.enableArtifacts}
|
||||
checked={props.mask.enableArtifacts !== false}
|
||||
onChange={(e) => {
|
||||
props.updateMask((mask) => {
|
||||
mask.enableArtifacts = e.currentTarget.checked;
|
||||
|
|
Loading…
Reference in New Issue