Use QFontMetrics::elidedText over manual implementation (#4807)

This commit is contained in:
nerix
2023-09-09 14:09:25 +02:00
committed by GitHub
parent d4558b5fe5
commit 515c40f857
4 changed files with 17 additions and 36 deletions
+1
View File
@@ -2,6 +2,7 @@
## Unversioned
- Bugfix: Fixed a performance issue when displaying replies to certain messages. (#4807)
- Bugfix: Fixed a data race when disconnecting from Twitch PubSub. (#4771)
- Bugfix: Fixed `/shoutout` command not working with usernames starting with @'s (e.g. `/shoutout @forsen`). (#4800)
- Dev: Fixed UTF16 encoding of `modes` file for the installer. (#4791)