Add option to subscribe to and pin reply threads (#4680)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -916,6 +916,13 @@ void GeneralPage::initLayout(GeneralPageView &layout)
|
||||
"Highlight received inline whispers", s.highlightInlineWhispers, false,
|
||||
"Highlight the whispers shown in all splits.\nIf \"Show Twitch "
|
||||
"whispers inline\" is disabled, this setting will do nothing.");
|
||||
layout.addCheckbox(
|
||||
"Automatically subscribe to participated reply threads",
|
||||
s.autoSubToParticipatedThreads, false,
|
||||
"When enabled, you will automatically subscribe to reply threads you "
|
||||
"participate in.\n"
|
||||
"This means reply threads you participate in will use your "
|
||||
"\"Subscribed Reply Threads\" highlight settings.");
|
||||
layout.addCheckbox("Load message history on connect",
|
||||
s.loadTwitchMessageHistoryOnConnect);
|
||||
// TODO: Change phrasing to use better english once we can tag settings, right now it's kept as history instead of historical so that the setting shows up when the user searches for history
|
||||
|
||||
Reference in New Issue
Block a user