chore: make nsfw setting deviceAccount (close #26)
This commit is contained in:
parent
1aac7bb682
commit
d1f08a18fe
2 changed files with 3 additions and 1 deletions
packages/client/src
|
@ -167,7 +167,7 @@ export const defaultStore = markRaw(
|
|||
default: true,
|
||||
},
|
||||
nsfw: {
|
||||
where: "device",
|
||||
where: "deviceAccount",
|
||||
default: "respect" as "respect" | "force" | "ignore",
|
||||
},
|
||||
animation: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue