From 2617925cd8631a9419639445545e899f2c3088a6 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Wed, 22 Aug 2018 19:34:26 +0300 Subject: [PATCH] add actype setting --- client/src/data/user.settings.default.json | 7 +++++++ 1 file changed, 7 insertions(+) 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 } ] }