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:
LajamerrMittesdine 2018-05-25 09:45:34 -04:00 committed by fourtf
parent 302af3aaa1
commit 0c9a079bd5

View file

@ -577,7 +577,7 @@ void TwitchMessageBuilder::appendTwitchBadges()
QString cheerAmountQS = badge.mid(5); QString cheerAmountQS = badge.mid(5);
std::string versionKey = cheerAmountQS.toStdString(); std::string versionKey = cheerAmountQS.toStdString();
QString tooltip = QString("cheer ") + cheerAmountQS; QString tooltip = QString("Twitch cheer ") + cheerAmountQS;
// Try to fetch channel-specific bit badge // Try to fetch channel-specific bit badge
try { try {