Преглед на файлове

default enable artifact

lloydzhou преди 1 година
родител
ревизия
7455978ee5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/components/mask.tsx

+ 1 - 1
app/components/mask.tsx

@@ -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;