squareAvatars true by default

This commit is contained in:
ThatOneCalculator 2022-08-23 00:01:04 -07:00
parent fcd6c84351
commit 38907e3e08

View file

@ -229,7 +229,7 @@ export const defaultStore = markRaw(new Storage('base', {
},
squareAvatars: {
where: 'device',
default: false,
default: true,
},
postFormWithHashtags: {
where: 'device',