diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ec792e1..f378b8386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - Minor: Added `flags.reward_message` filter variable (#3231) - Minor: Added highlights for first messages (#3267) - Minor: Ignore out of bounds check for tiling wms (#3270) +- Minor: Removed duplicate setting for toggling `Channel Point Redeemed Message` highlights (#3296) - Bugfix: Fixed colored usernames sometimes not working. (#3170) - Bugfix: Restored ability to send duplicate `/me` messages. (#3166) - Bugfix: Notifications for moderators about other moderators deleting messages can now be disabled. (#3121) diff --git a/src/widgets/settingspages/GeneralPage.cpp b/src/widgets/settingspages/GeneralPage.cpp index 549645d0d..639945ca1 100644 --- a/src/widgets/settingspages/GeneralPage.cpp +++ b/src/widgets/settingspages/GeneralPage.cpp @@ -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( "Timestamp format (a = am/pm, zzz = milliseconds)", {"Disable", "h:mm", "hh:mm", "h:mm a", "hh:mm a", "h:mm:ss", "hh:mm:ss",