Implement missing cheer emote tooltip (#2503)

This commit is contained in:
James Upjohn
2021-03-13 13:16:32 +00:00
committed by GitHub
parent a8c7e4a826
commit d94d9e74dd
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -78,6 +78,7 @@
- Bugfix: Fix anonymous users being pinged by "username" justinfan64537 (#2156, #2352)
- Bugfix: Fixed hidden tooltips when always on top is active (#2384)
- Bugfix: Fix CLI arguments (`--help`, `--version`, `--channels`) not being respected (#2368, #2190)
- Bugfix: Fix Twitch cheer emotes not displaying tooltips when hovered (#2434)
- Dev: Updated minimum required Qt framework version to 5.12. (#2210)
- Dev: Migrated `Kraken::getUser` to Helix (#2260)
- Dev: Migrated `TwitchAccount::(un)followUser` from Kraken to Helix and moved it to `Helix::(un)followUser`. (#2306)