tweak blur setting

This commit is contained in:
syuilo 2023-01-27 11:18:44 +09:00
parent 67d64c9365
commit cef448f0f2
1 changed files with 2 additions and 2 deletions

View File

@ -184,11 +184,11 @@ export const defaultStore = markRaw(new Storage('base', {
},
useBlurEffectForModal: {
where: 'device',
default: true,
default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), // 循環参照するのでdevice-kind.tsは参照できない
},
useBlurEffect: {
where: 'device',
default: true,
default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), // 循環参照するのでdevice-kind.tsは参照できない
},
showFixedPostForm: {
where: 'device',