Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
fix: enable animated mfm by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Insert5StarName committed Oct 1, 2023
1 parent ba4ab40 commit c270d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
animatedMfm: {
where: 'device',
default: false,
default: true,
},
advancedMfm: {
where: 'device',
Expand Down

0 comments on commit c270d81

Please sign in to comment.