enhance(frontend): make MkCondensedLine experimental
This commit is contained in:
parent
2cfed3395e
commit
febb9f388c
3 changed files with 46 additions and 6 deletions
|
|
@ -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を同期
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue