altairwei / altairwei/WizNotePlus
MacOS 10.14.6 解决暗黑模式下菜单显示异常的问题
Open
tip
- Dominant language
- C++
- Stars
- 598
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
命令行方式:
```shell
vi /Applications/WizNote.app/Contents/Info.plist
```
找到代码
```shell
NSApplication
```
再下方加入两行
```shell
NSRequiresAquaSystemAppearance
```
保存并退出,重新启动客户端,问题解决。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.