enhance(frontend): make MkCondensedLine experimental

This commit is contained in:
syuilo
2023-05-05 08:34:05 +09:00
parent 2cfed3395e
commit febb9f388c
3 changed files with 46 additions and 6 deletions

View File

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