squareAvatars true by default
This commit is contained in:
parent
faf718dcc2
commit
04342bde77
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
squareAvatars: {
|
||||
where: 'device',
|
||||
default: false,
|
||||
default: true,
|
||||
},
|
||||
postFormWithHashtags: {
|
||||
where: 'device',
|
||||
|
|
Loading…
Reference in a new issue