Disable blur by default

This commit is contained in:
Aylam 2023-08-11 13:24:52 +03:00 committed by Laura Hausmann
parent d80164723a
commit 8fda8aee4e
No known key found for this signature in database
GPG Key ID: D044E84C5BE01605

View File

@ -204,7 +204,7 @@ export const defaultStore = markRaw(
},
useBlurEffect: {
where: "device",
default: true,
default: false,
},
showFixedPostForm: {
where: "device",