Skip to content

Commit 4c2320f

Browse files
Update build-qt-osx.md
1 parent bbf92d0 commit 4c2320f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/build-qt-osx.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,15 @@ We'll try to help you as best as we can.
9797

9898
## Known issues
9999

100+
#### Mojave: dark mode
101+
102+
The wallet client uses default OS font color, which causes problems with displaying certain information properly (white text on light or white background)
103+
This key needs to be added into `Info.plist` file into the `dict` block to override the Mojave dark theme.
104+
```
105+
<key>NSRequiresAquaSystemAppearance</key>
106+
<true/>
107+
```
108+
100109
#### qmake: command not found
101110

102111
Ensure qmake is in your $PATH. On Mac, using HomeBrew, `echo 'export PATH="/usr/local/opt/qt/bin:$PATH"' >> ~/.bash_profile` and restart your terminal.

0 commit comments

Comments
 (0)