mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
switch badge tooltips from description to title (#1384)
This commit is contained in:
parent
a12bd3df18
commit
0a8d50223d
|
@ -47,7 +47,7 @@ void TwitchBadges::loadTwitchBadges()
|
||||||
{versionObj.value("image_url_4x").toString()},
|
{versionObj.value("image_url_4x").toString()},
|
||||||
.25),
|
.25),
|
||||||
},
|
},
|
||||||
Tooltip{versionObj.value("description").toString()},
|
Tooltip{versionObj.value("title").toString()},
|
||||||
Url{versionObj.value("click_url").toString()}};
|
Url{versionObj.value("click_url").toString()}};
|
||||||
// "title"
|
// "title"
|
||||||
// "clickAction"
|
// "clickAction"
|
||||||
|
|
Loading…
Reference in a new issue