1
0

upd: add boost settings

This commit is contained in:
Marie
2024-01-01 20:34:18 +01:00
parent b928446ddd
commit c9ca1dd3f1
8 changed files with 233 additions and 180 deletions
+8
View File
@@ -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',