Various bits fixes (#1443)

We now make sure we don't render any fake bits
Bits now show their real value properly
This commit is contained in:
apa420
2019-12-19 21:36:02 +01:00
committed by pajlada
parent 11442bba20
commit 0d227ab2f5
4 changed files with 36 additions and 1 deletions
+1
View File
@@ -759,6 +759,7 @@ void TwitchChannel::refreshCheerEmotes()
cheerEmote.color = QColor(tier.color);
cheerEmote.minBits = tier.minBits;
cheerEmote.regex = cheerEmoteSet.regex;
// TODO(pajlada): We currently hardcode dark here :|
// We will continue to do so for now since we haven't had to