Higlight CWs by default off
This commit is contained in:
parent
282f07dd72
commit
bee6a590ec
|
@ -148,7 +148,7 @@ export const defaultStore = markRaw(
|
||||||
},
|
},
|
||||||
highlightCw: {
|
highlightCw: {
|
||||||
where: "device",
|
where: "device",
|
||||||
default: true,
|
default: false,
|
||||||
},
|
},
|
||||||
nsfw: {
|
nsfw: {
|
||||||
where: "device",
|
where: "device",
|
||||||
|
|
Loading…
Reference in New Issue