diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-12-07 17:52:40 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-12-07 17:52:40 -0600 |
| commit | 4355dab38c4560b280955ab319aaf45cd129fd4c (patch) | |
| tree | 8065aa79f7fdff4c13fcdd15f07b295882345725 | |
| parent | 71a1ff6677917e2c8be330c38fa6d3bfb79dffd2 (diff) | |
| parent | 97847d5a062fdb0cf2df8a41015a91ea1b509112 (diff) | |
| download | monzero-gui-4355dab38c4560b280955ab319aaf45cd129fd4c.tar.gz monzero-gui-4355dab38c4560b280955ab319aaf45cd129fd4c.tar.xz monzero-gui-4355dab38c4560b280955ab319aaf45cd129fd4c.zip | |
Merge pull request #1769
97847d5 macOS: fix UI issues with dark mode (selsta)
| -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> |
