mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-30 12:43:08 +02:00
fix: more sane defaults
This commit is contained in:
parent
b2ae28e2e2
commit
a782aa5b0e
1 changed files with 2 additions and 2 deletions
|
@ -63,11 +63,11 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||||
},
|
},
|
||||||
collapseRenotes: {
|
collapseRenotes: {
|
||||||
where: 'account',
|
where: 'account',
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
collapseFiles: {
|
collapseFiles: {
|
||||||
where: 'account',
|
where: 'account',
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
rememberNoteVisibility: {
|
rememberNoteVisibility: {
|
||||||
where: 'account',
|
where: 'account',
|
||||||
|
|
Loading…
Reference in a new issue