macOS: Restore dark mode support.
authorGerald Combs <gerald@wireshark.org>
Thu, 21 Mar 2019 17:24:34 +0000 (10:24 -0700)
committerAnders Broman <a.broman58@gmail.com>
Fri, 22 Mar 2019 05:18:09 +0000 (05:18 +0000)
Comment out the NSRequiresAquaSystemAppearance key in Info.plist under
the assumption that both we and Qt will have dark mode support in usable
shape by the next release.

Ping-Bug: 15511
Change-Id: Ic5960034ce302d81dcc624cbd0e2c017865f44e2
Reviewed-on: https://code.wireshark.org/review/32504
Reviewed-by: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
packaging/macosx/Info.plist.in

index 2c46dbb33f2ce5a7f55d5d6693e677b77d4f0b6b..09b08557c0e73ef0c8367e4d89f33e0b7af94ad4 100644 (file)
        <string>NSApplication</string>
        <key>NSHighResolutionCapable</key>
        <true/>
+       <!-- "true" disables dark mode support.
        <key>NSRequiresAquaSystemAppearance</key>
        <true/>
+       -->
        <key>LSMinimumSystemVersion</key>
        <string>@MIN_MACOS_VERSION@</string>
 </dict>