forked from AkkomaGang/akkoma-fe
resolved lint issue
This commit is contained in:
parent
139659d42c
commit
de5d846ebd
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ const settings = {
|
|||
hideNsfwLocal (value) {
|
||||
this.$store.dispatch('setOption', { name: 'hideNsfw', value })
|
||||
},
|
||||
preloadImage(value) {
|
||||
preloadImage (value) {
|
||||
this.$store.dispatch('setOption', { name: 'preloadImage', value })
|
||||
},
|
||||
hideISPLocal (value) {
|
||||
|
|
Loading…
Reference in a new issue