reordered settings

This commit is contained in:
fourtf
2020-08-13 18:19:39 +02:00
parent adbe92bd60
commit 1d1fd4d7c0
2 changed files with 77 additions and 73 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ public:
QStringSetting currentVersion = {"/misc/currentVersion", ""};
BoolSetting loadTwitchMessageHistoryOnConnect = {
"/misc/twitch/loadMessageHistoryOnConnect", true};
IntSetting emotesTooltipPreview = {"/misc/emotesTooltipPreview", 0};
IntSetting emotesTooltipPreview = {"/misc/emotesTooltipPreview", 1};
BoolSetting openLinksIncognito = {"/misc/openLinksIncognito", 0};
QStringSetting cachePath = {"/cache/path", ""};