diff options
| author | selsta <selsta@sent.at> | 2018-11-30 07:51:39 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2018-11-30 07:51:39 +0100 |
| commit | 97847d5a062fdb0cf2df8a41015a91ea1b509112 (patch) | |
| tree | 25c53fd7ad338677451a29733425f373154cc870 /share | |
| parent | 45781ab4a173fe0a747ed72140e10d18765b007e (diff) | |
| download | monzero-gui-97847d5a062fdb0cf2df8a41015a91ea1b509112.tar.gz monzero-gui-97847d5a062fdb0cf2df8a41015a91ea1b509112.tar.xz monzero-gui-97847d5a062fdb0cf2df8a41015a91ea1b509112.zip | |
macOS: fix UI issues with dark mode
Diffstat (limited to 'share')
| -rw-r--r-- | share/Info.plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/Info.plist b/share/Info.plist index d1b91a8d..5b7a0b3f 100644 --- a/share/Info.plist +++ b/share/Info.plist @@ -28,5 +28,8 @@ <key>NSSupportsAutomaticGraphicsSwitching</key> <true/> + + <key>NSRequiresAquaSystemAppearance</key> + <string>True</string> </dict> </plist> |
