make nsfw censor image configurable
This commit is contained in:
parent
b6eb1b1d98
commit
f4ee222e3c
2 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,7 @@ const Attachment = {
|
|||
],
|
||||
data () {
|
||||
return {
|
||||
nsfwImage,
|
||||
nsfwImage: this.$store.state.config.nsfwCensorImage || nsfwImage,
|
||||
hideNsfwLocal: this.$store.state.config.hideNsfw,
|
||||
showHidden: false,
|
||||
loading: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue