mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Clarified that Redeemed Highlights are from Channel Points, not Bits (#1635)
This commit is contained in:
parent
6b512d1052
commit
3091842ddc
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ void HighlightModel::afterInit()
|
|||
setBoolItem(redeemedRow[Column::Pattern],
|
||||
getSettings()->enableRedeemedHighlight.getValue(), true, false);
|
||||
redeemedRow[Column::Pattern]->setData(
|
||||
"Highlights redeemed with Twitch Bits", Qt::DisplayRole);
|
||||
"Highlights redeemed with Channel Points", Qt::DisplayRole);
|
||||
// setBoolItem(redeemedRow[Column::FlashTaskbar],
|
||||
// getSettings()->enableRedeemedHighlightTaskbar.getValue(), true,
|
||||
// false);
|
||||
|
|
|
@ -359,7 +359,7 @@ void GeneralPage::initLayout(SettingsLayout &layout)
|
|||
// layout.addCheckbox("Mark last message you read");
|
||||
// layout.addDropdown("Last read message style", {"Default"});
|
||||
layout.addCheckbox("Show deleted messages", s.hideModerated, true);
|
||||
layout.addCheckbox("Highlight messages redeemed with Twitch Bits",
|
||||
layout.addCheckbox("Highlight messages redeemed with Channel Points",
|
||||
s.enableRedeemedHighlight);
|
||||
layout.addDropdown<QString>(
|
||||
"Timestamps",
|
||||
|
|
Loading…
Reference in a new issue