Make Emotes Tooltip Preview disablable in the Settings

This commit is contained in:
rexim
2019-05-28 23:43:36 +07:00
parent a569985315
commit 8b79faf958
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -192,6 +192,7 @@ public:
QStringSetting currentVersion = {"/misc/currentVersion", ""};
BoolSetting loadTwitchMessageHistoryOnConnect = {
"/misc/twitch/loadMessageHistoryOnConnect", true};
BoolSetting emotesTooltipPreview = {"/misc/emotesTooltipPreview", false};
QStringSetting cachePath = {"/cache/path", ""};