Add setting to limit number of historical messages to load on connect (#2252)
This commit is contained in:
@@ -327,8 +327,14 @@ public:
|
||||
|
||||
IntSetting startUpNotification = {"/misc/startUpNotification", 0};
|
||||
QStringSetting currentVersion = {"/misc/currentVersion", ""};
|
||||
|
||||
BoolSetting loadTwitchMessageHistoryOnConnect = {
|
||||
"/misc/twitch/loadMessageHistoryOnConnect", true};
|
||||
IntSetting twitchMessageHistoryLimit = {
|
||||
"/misc/twitch/messageHistoryLimit",
|
||||
800,
|
||||
};
|
||||
|
||||
IntSetting emotesTooltipPreview = {"/misc/emotesTooltipPreview", 1};
|
||||
BoolSetting openLinksIncognito = {"/misc/openLinksIncognito", 0};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user