apa fixed custom subscriber badges tooltip

This commit is contained in:
apa420 2018-09-20 21:53:23 +02:00 committed by pajlada
parent 56b1fd6913
commit ea17d23224

View file

@ -640,7 +640,7 @@ void TwitchChannel::refreshBadges()
.5),
Image::fromUrl({jsonVersion["image_url_4x"].toString()},
.25)},
Tooltip{jsonRoot["description"].toString()},
Tooltip{jsonVersion["description"].toString()},
Url{jsonVersion["clickURL"].toString()}});
versions.emplace(jsonVersion_.key(), emote);