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()},
|
||||
.25),
|
||||
},
|
||||
Tooltip{versionObj.value("description").toString()},
|
||||
Tooltip{versionObj.value("title").toString()},
|
||||
Url{versionObj.value("click_url").toString()}};
|
||||
// "title"
|
||||
// "clickAction"
|
||||
|
|
Loading…
Reference in a new issue