Skip to content

Commit

Permalink
fix: default enable artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Dogtiti committed Jul 26, 2024
1 parent 6737f01 commit 715d1dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/store/mask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const createEmptyMask = () =>
lang: getLang(),
builtin: false,
createdAt: Date.now(),
plugin: [Plugin.Artifacts],
}) as Mask;

export const useMaskStore = createPersistStore(
Expand Down

0 comments on commit 715d1dc

Please sign in to comment.