chore: make nsfw setting deviceAccount
This commit is contained in:
parent
ff35195611
commit
47a170cf47
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
- add ability to specify the search engine used in the search bar MFM
|
||||
- remove auto NSFW media detection
|
||||
- the "Hide NSFW media" config is now per device and per account
|
||||
|
||||
# v20240216
|
||||
|
||||
|
|
|
@ -173,7 +173,7 @@ export const defaultStore = markRaw(
|
|||
default: true,
|
||||
},
|
||||
nsfw: {
|
||||
where: "device",
|
||||
where: "deviceAccount",
|
||||
default: "respect" as "respect" | "force" | "ignore",
|
||||
},
|
||||
animation: {
|
||||
|
|
Loading…
Reference in a new issue