chore: rename threads on Windows too (#5539)

This commit is contained in:
nerix
2024-08-11 11:23:04 +02:00
committed by GitHub
parent 2b45b2e0a9
commit 1ccdaea8ee
8 changed files with 61 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@
- Dev: Refactored 7TV/BTTV definitions out of `TwitchIrcServer` into `Application`. (#5532)
- Dev: Refactored code that's responsible for deleting old update files. (#5535)
- Dev: Cleanly exit on shutdown. (#5537)
- Dev: Renamed miniaudio backend thread name. (#5538)
- Dev: Renamed threads created by Chatterino on Linux and Windows. (#5538, #5539)
- Dev: Refactored a few `#define`s into `const(expr)` and cleaned includes. (#5527)
- Dev: Prepared for Qt 6.8 by addressing some deprecations. (#5529)