Corrected style for Twitch Bit Badge overlay text to be consistent with Chatterino
Changed from "cheer x" to "Twitch cheer x"
This commit is contained in:
committed by
fourtf
parent
302af3aaa1
commit
0c9a079bd5
@@ -577,7 +577,7 @@ void TwitchMessageBuilder::appendTwitchBadges()
|
||||
|
||||
QString cheerAmountQS = badge.mid(5);
|
||||
std::string versionKey = cheerAmountQS.toStdString();
|
||||
QString tooltip = QString("cheer ") + cheerAmountQS;
|
||||
QString tooltip = QString("Twitch cheer ") + cheerAmountQS;
|
||||
|
||||
// Try to fetch channel-specific bit badge
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user