Feat: グローバルタイムラインの表示非表示を

This commit is contained in:
mattyatea 2023-10-19 02:17:16 +09:00
parent 4f6b0ccf6b
commit 1b558e7243
5 changed files with 11 additions and 3 deletions

View file

@ -396,6 +396,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: true,
},
showGlobalTimeline:{
where: 'device',
default: true,
},
showVisibilityColor:{
where: 'device',
default: false,