mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 21:45:20 +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: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
collapseFiles: {
|
||||
where: 'account',
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
rememberNoteVisibility: {
|
||||
where: 'account',
|
||||
|
|
Loading…
Reference in a new issue