add actype setting

This commit is contained in:
Jiiks 2018-08-22 19:34:26 +03:00
parent 7a0b6e9262
commit 2617925cd8
1 changed files with 7 additions and 0 deletions

View File

@ -177,6 +177,13 @@
"text": "Emote Autocomplete",
"hint": "Autocomplete emotes when typing with ; prefix",
"value": true
},
{
"id": "emoteactype",
"type": "bool",
"text": "Show most used instead of favourites",
"hint": "Toggle with arrow keys in autocomplete menu",
"value": true
}
]
}