Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "macOS: Force light theme on macOS 10.14+"
This does not really work: as soon as you build with the 10.14 SDK you opt-in to having updated palette management, which the Qt 5.11 series does not have. This leaves app developers with two ways to opt-out of dark mode: - Build with the 10.13 (or earlier) SDK. - Set NSRequiresAquaSystemAppearance in Info.plist This reverts commit 04671a8. Change-Id: I5c01b9965da45de914f699526ba0723837f36e1d Reviewed-by: Tor Arne Vestbø <[email protected]> Reviewed-by: Gabriel de Dietrich <[email protected]>
- Loading branch information