Skip to content

Commit

Permalink
chore(mfm): 視差効果が許可されている場合動きのあるMFMをデフォルトで有効にする
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme committed Apr 24, 2024
1 parent 8bc2301 commit 0a142d2
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 @@ -220,7 +220,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
animatedMfm: {
where: 'device',
default: false,
default: !window.matchMedia('(prefers-reduced-motion)').matches,
},
advancedMfm: {
where: 'device',
Expand Down

0 comments on commit 0a142d2

Please sign in to comment.