mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
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:
parent
8ccd00a4d8
commit
302af3aaa1
1 changed files with 1 additions and 1 deletions
|
@ -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("Twitch Bits (") + cheerAmountQS + ")";
|
QString tooltip = QString("cheer ") + cheerAmountQS;
|
||||||
|
|
||||||
// Try to fetch channel-specific bit badge
|
// Try to fetch channel-specific bit badge
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue