Fix self-highlighting from resub messages (#3708)

Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
James Upjohn
2022-05-08 23:44:32 +12:00
committed by GitHub
parent 94f067ce62
commit a5930f222a
2 changed files with 34 additions and 35 deletions
+1
View File
@@ -19,6 +19,7 @@
- Bugfix: Fixed certain settings dialogs appearing behind the main window, when `Always on top` was used. (#3679)
- Bugfix: Fixed an issue in the emote picker where an emotes tooltip would not properly disappear. (#3686)
- Bugfix: Fixed incorrect spacing of settings icons at high DPI. (#3698)
- Bugfix: Fixed highlights triggering from own resub messages. (#3707)
- Bugfix: Fixed existing emote popups not being raised from behind other windows when refocusing them on macOS (#3713)
- Bugfix: Fixed automod queue pubsub topic persisting after user change. (#3718)
- Dev: Use Game Name returned by Get Streams instead of querying it from the Get Games API. (#3662)