mirror of
https://github.com/paricafe/misskey.git
synced 2025-03-25 09:09:26 -05:00
turn off useBlurEffect by default
This commit is contained in:
parent
960abbbb6a
commit
c13d0c58a3
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ export const defaultStore = markRaw(new Storage('base', {
|
|||
},
|
||||
useBlurEffect: {
|
||||
where: 'device',
|
||||
default: true,
|
||||
default: false,
|
||||
//default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), // 循環参照するのでdevice-kind.tsは参照できない
|
||||
},
|
||||
showFixedPostForm: {
|
||||
|
|
Loading…
Add table
Reference in a new issue