mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
apa fixed custom subscriber badges tooltip
This commit is contained in:
parent
56b1fd6913
commit
ea17d23224
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue