Higlight CWs by default off
This commit is contained in:
parent
282f07dd72
commit
bee6a590ec
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ export const defaultStore = markRaw(
|
|||
},
|
||||
highlightCw: {
|
||||
where: "device",
|
||||
default: true,
|
||||
default: false,
|
||||
},
|
||||
nsfw: {
|
||||
where: "device",
|
||||
|
|
Loading…
Reference in a new issue