-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/gui/widgets/overlay/playermenu: fix unreadable text in dark mode
On Windows if the user enabled dark mode, the text would be unreadable. This is due to a Qt bug as far as I can tell. This makes it so the Alt proxy style isn't used on Windows when dark mode is set. macOS and Linux remain unaffected by this change.
- Loading branch information
Showing
2 changed files
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters