add actype setting
This commit is contained in:
parent
7a0b6e9262
commit
2617925cd8
|
@ -177,6 +177,13 @@
|
||||||
"text": "Emote Autocomplete",
|
"text": "Emote Autocomplete",
|
||||||
"hint": "Autocomplete emotes when typing with ; prefix",
|
"hint": "Autocomplete emotes when typing with ; prefix",
|
||||||
"value": true
|
"value": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "emoteactype",
|
||||||
|
"type": "bool",
|
||||||
|
"text": "Show most used instead of favourites",
|
||||||
|
"hint": "Toggle with arrow keys in autocomplete menu",
|
||||||
|
"value": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue