Accurately reflect HIDEUSERNAME value
This commit is contained in:
parent
59c55887bf
commit
d763d2e757
|
@ -56,7 +56,7 @@ export default {
|
|||
},
|
||||
HIDEUSERNAME: {
|
||||
get () {
|
||||
return (this.$store.getters.getSettings['HIDEUSERNAME'])
|
||||
return JSON.parse((this.$store.getters.getSettings['HIDEUSERNAME']))
|
||||
},
|
||||
set (value) {
|
||||
this.$store.commit('setSetting', ['HIDEUSERNAME', value])
|
||||
|
|
Loading…
Reference in New Issue