Put flair into labs
This commit is contained in:
parent
5087da9247
commit
548e5f516c
3 changed files with 12 additions and 2 deletions
|
@ -33,11 +33,17 @@ export default {
|
|||
// XXX: Always use default, ignore localStorage and remove from labs
|
||||
override: true,
|
||||
},
|
||||
{
|
||||
name: "-",
|
||||
id: 'feature_flair',
|
||||
default: false,
|
||||
},
|
||||
],
|
||||
|
||||
// horrible but it works. The locality makes this somewhat more palatable.
|
||||
doTranslations: function() {
|
||||
this.LABS_FEATURES[0].name = _t("Matrix Apps");
|
||||
this.LABS_FEATURES[1].name = _t("Flair");
|
||||
},
|
||||
|
||||
loadProfileInfo: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue