Skip to content

Commit

Permalink
fix: #5450
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Sep 24, 2024
1 parent 6c8143b commit 269d064
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1466,9 +1466,12 @@ export function Settings() {
></input>
</ListItem>

<ListItem title="artifact" subTitle="artifacts">
<ListItem
title={Locale.Mask.Config.Artifacts.Title}
subTitle={Locale.Mask.Config.Artifacts.SubTitle}
>
<input
aria-label="artifacts"
aria-label={Locale.Mask.Config.Artifacts.Title}
type="checkbox"
checked={config.enableArtifacts}
onChange={(e) =>
Expand Down

0 comments on commit 269d064

Please sign in to comment.