1
0
Fork 0
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:
fly_mc 2024-10-30 01:34:49 +08:00
parent 960abbbb6a
commit c13d0c58a3

View file

@ -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: {