add: expand all long notes option
This commit is contained in:
parent
304a91a474
commit
e5667913f7
4 changed files with 7 additions and 3 deletions
|
|
@ -78,6 +78,10 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
where: 'account',
|
||||
default: false,
|
||||
},
|
||||
expandLongNote: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
},
|
||||
rememberNoteVisibility: {
|
||||
where: 'account',
|
||||
default: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue