mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-12-19 05:14:27 +00:00
MFMのアニメーションをデフォルトで無効に
This commit is contained in:
parent
5cac199710
commit
f52bd8a8a3
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
},
|
},
|
||||||
animatedMfm: {
|
animatedMfm: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
loadRawImages: {
|
loadRawImages: {
|
||||||
where: 'device',
|
where: 'device',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue