fix: don't use DPI aware functions on Qt 5 (Windows 7/8) (#5391)

This commit is contained in:
nerix
2024-05-12 22:46:26 +02:00
committed by GitHub
parent 3d5acff907
commit 2ad45bc288
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
## Unversioned
- Major: Release plugins alpha. (#5288)
- Major: Improve high-DPI support on Windows. (#4868)
- Major: Improve high-DPI support on Windows. (#4868, #5391)
- Minor: Add option to customise Moderation buttons with images. (#5369)
- Minor: Colored usernames now update on the fly when changing the "Color @usernames" setting. (#5300)
- Bugfix: If a network request errors with 200 OK, Qt's error code is now reported instead of the HTTP status. (#5378)