Disable blur by default
This commit is contained in:
parent
d80164723a
commit
8fda8aee4e
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ export const defaultStore = markRaw(
|
|||
},
|
||||
useBlurEffect: {
|
||||
where: "device",
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
showFixedPostForm: {
|
||||
where: "device",
|
||||
|
|
Loading…
Reference in a new issue