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