(#976) Use int for emotesTooltipPreview
This commit is contained in:
@@ -192,7 +192,7 @@ public:
|
||||
QStringSetting currentVersion = {"/misc/currentVersion", ""};
|
||||
BoolSetting loadTwitchMessageHistoryOnConnect = {
|
||||
"/misc/twitch/loadMessageHistoryOnConnect", true};
|
||||
BoolSetting emotesTooltipPreview = {"/misc/emotesTooltipPreview", false};
|
||||
IntSetting emotesTooltipPreview = {"/misc/emotesTooltipPreview", 0};
|
||||
|
||||
QStringSetting cachePath = {"/cache/path", ""};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user