upd: add boost settings
This commit is contained in:
parent
b928446ddd
commit
c9ca1dd3f1
8 changed files with 233 additions and 180 deletions
|
|
@ -151,6 +151,14 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: true,
|
||||
},
|
||||
showVisibilitySelectorOnBoost: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
},
|
||||
visibilityOnBoost: {
|
||||
where: 'account',
|
||||
default: 'public' as 'public' | 'home' | 'followers' | 'local',
|
||||
},
|
||||
|
||||
menu: {
|
||||
where: 'deviceAccount',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue