squareAvatars true by default

This commit is contained in:
ThatOneCalculator 2022-08-23 00:01:04 -07:00
parent faf718dcc2
commit 04342bde77

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',