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: { squareAvatars: {
where: 'device', where: 'device',
default: false, default: true,
}, },
postFormWithHashtags: { postFormWithHashtags: {
where: 'device', where: 'device',