macOS: Force dark mode support.

We initially disabled dark mode support in Info.plist when we didn't
support it very well, and later passively enabled it depending on our
SDK version. Go ahead and force it on since we officially support dark
mode. Closes #17098.
This commit is contained in:
Gerald Combs 2020-12-21 13:12:01 -08:00 committed by Wireshark GitLab Utility
parent e017fd5a04
commit b3352bd639
1 changed files with 2 additions and 3 deletions

View File

@ -235,10 +235,9 @@
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<!-- "true" disables dark mode support.
<!-- Force dark mode support. -->
<key>NSRequiresAquaSystemAppearance</key>
<true/>
-->
<false/>
<key>LSMinimumSystemVersion</key>
<string>@MIN_MACOS_VERSION@</string>