upd: add setting for collapsing files
This commit is contained in:
parent
0c7011bd02
commit
9ee5fc9a15
2 changed files with 6 additions and 0 deletions
|
|
@ -65,6 +65,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: true,
|
||||
},
|
||||
collapseFiles: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
},
|
||||
rememberNoteVisibility: {
|
||||
where: 'account',
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue