update
This commit is contained in:
parent
fb6154957f
commit
ceee4800b8
4 changed files with 44 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue