diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2018-04-22 09:10:10 -0500 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2018-04-22 09:10:10 -0500 |
| commit | f4ee222e3c13caf51ad15d820a75665a3f1a51e3 (patch) | |
| tree | 9deb9c69d3acc4b382b15e6b150ddabcd6c7538c /src/components/attachment/attachment.js | |
| parent | b6eb1b1d98c839f5340edd3d3c4764952f2cb189 (diff) | |
make nsfw censor image configurable
Diffstat (limited to 'src/components/attachment/attachment.js')
| -rw-r--r-- | src/components/attachment/attachment.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/attachment/attachment.js b/src/components/attachment/attachment.js index d9bc4477..ad46d0a1 100644 --- a/src/components/attachment/attachment.js +++ b/src/components/attachment/attachment.js @@ -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, |
