This commit is contained in:
mattyatea 2024-05-17 19:23:34 +09:00
parent fb6154957f
commit ceee4800b8
4 changed files with 44 additions and 9 deletions

View file

@ -314,6 +314,14 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
alwaysShowPlayer: {
where: 'device',
default: true,
},
alwaysExpandTweet: {
where: 'device',
default: false,
},
enableQuickAddMfmFunction: {
where: 'device',
default: false,