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