Click on Option Always Drop down menu options. but no options are avalible. XLD v152.0. macOS catalina 10.15 *only happends when using dark mode
I never see the dark appearance unless adding this:
[pref registerDefaults:@{@"DarkModeSupport": @(YES)}];
After this with version 157.2:
NSUserDefaults *pref = [NSUserDefaults standardUserDefaults];
Log in to post a comment.
I never see the dark appearance unless adding this:
After this with version 157.2: