add support for misskey-like cat fields (is cat & speak as cat) and frontend options for this
This commit is contained in:
parent
5941619a2a
commit
0b05ec0ce1
15 changed files with 243 additions and 3 deletions
|
|
@ -135,6 +135,9 @@ const GeneralTab = {
|
|||
this.$store.dispatch('setOption', { name: 'postLanguage', value: val })
|
||||
}
|
||||
},
|
||||
catOptsAvail: {
|
||||
get: function () { return this.$store.getters.mergedConfig.showCatFields }
|
||||
},
|
||||
...SharedComputedObject()
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue