fix: clear WinToast on exit (#5728)

This commit is contained in:
pajlada
2024-11-23 15:45:01 +01:00
committed by GitHub
parent a8269a5749
commit b4ff1286c7
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -68,6 +68,7 @@
- Bugfix: Fixed grammar in the user highlight page. (#5602)
- Bugfix: Fixed incorrect message being disabled in some cases upon approving or denying an automod caught message. (#5611)
- Bugfix: Fixed double-click selection not working when clicking outside a message. (#5617)
- Bugfix: Fixed a potential rare crash that could occur on Windows if a toast was about to fire just as we were shutting down. (#5728)
- Bugfix: Fixed emotes starting with ":" not tab-completing. (#5603)
- Bugfix: Fixed 7TV emotes messing with Qt's HTML. (#5677)
- Bugfix: Fixed incorrect messages getting replaced visually. (#5683)