switch badge tooltips from description to title (#1384)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user