macos mojave dark theme #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Qt is not yet ready for macos mojave dark theme. Currently the following needs to be added to the Info.plist file of the qt-based applications musredit, musrWiz, musrStep, and mupp
<key>NSRequiresAquaSystemAppearance</key> <true/>
Check how to deal with this!
Added an option which allows the user to switch the icons from light<->dark manually. Not ideal but as long as qt does not provide a method which allows to probe the system mode this will do.
closed