Removed duplicate setting for toggling Channel Point Redeemed Message highlights (#3296)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Felanbird
2021-10-23 06:08:25 -04:00
committed by GitHub
parent b16fb5da7f
commit 15f7e65e0c
2 changed files with 1 additions and 2 deletions
@@ -231,8 +231,6 @@ void GeneralPage::initLayout(GeneralPageView &layout)
layout.addCheckbox("Separate with lines", s.separateMessages);
layout.addCheckbox("Alternate background color", s.alternateMessages);
layout.addCheckbox("Show deleted messages", s.hideModerated, true);
layout.addCheckbox("Highlight messages redeemed with Channel Points",
s.enableRedeemedHighlight);
layout.addDropdown<QString>(
"Timestamp format (a = am/pm, zzz = milliseconds)",
{"Disable", "h:mm", "hh:mm", "h:mm a", "hh:mm a", "h:mm:ss", "hh:mm:ss",