diff --git a/client/src/data/user.settings.default.json b/client/src/data/user.settings.default.json index 3212f0fc..fc60504a 100644 --- a/client/src/data/user.settings.default.json +++ b/client/src/data/user.settings.default.json @@ -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 } ] }