mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-23 22:56:49 +09:00
ブラーをデフォルトでfalse (MisskeyIO#170)
This commit is contained in:
parent
f6383afe46
commit
b784983a8e
@ -217,11 +217,11 @@ export const defaultStore = markRaw(new Storage('base', {
|
||||
},
|
||||
useBlurEffectForModal: {
|
||||
where: 'device',
|
||||
default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), // 循環参照するのでdevice-kind.tsは参照できない
|
||||
default: false,
|
||||
},
|
||||
useBlurEffect: {
|
||||
where: 'device',
|
||||
default: !/mobile|iphone|android/.test(navigator.userAgent.toLowerCase()), // 循環参照するのでdevice-kind.tsは参照できない
|
||||
default: false,
|
||||
},
|
||||
showFixedPostForm: {
|
||||
where: 'device',
|
||||
|
Loading…
Reference in New Issue
Block a user