enhance(frontend): TLの返信表示オプションを記憶するように

Resolve #12016
This commit is contained in:
syuilo
2023-10-13 16:49:56 +09:00
parent 04908bc90c
commit 096fa16c4c
3 changed files with 20 additions and 1 deletions

View File

@@ -357,6 +357,10 @@ export const defaultStore = markRaw(new Storage('base', {
where: 'device',
default: false,
},
tlWithReplies: {
where: 'device',
default: false,
},
}));
// TODO: 他のタブと永続化されたstateを同期