added an option to disable the red stripes over timed out messages

This commit is contained in:
apa420
2019-01-29 18:23:43 +01:00
parent ee0b115484
commit 88b1122369
3 changed files with 10 additions and 3 deletions
@@ -264,6 +264,8 @@ void GeneralPage::initLayout(SettingsLayout &layout)
layout.addTitle2("Misc");
layout.addCheckbox("Show twitch whispers inline", s.inlineWhispers);
layout.addCheckbox("Grey out historic messages", s.greyOutHistoricMessages);
layout.addCheckbox("Greyd out messages have red stripes on them",
s.redDisabledMessages);
/*
layout.addTitle2("Cache");