pothosware / PothosFlow

GUI frontend and designer tool for the Pothos framework
https://github.com/pothosware/PothosFlowi/wiki
Boost Software License 1.0
71 stars 27 forks source link

enable dark mode on MacOS Mojave #175

Closed ra1nb0w closed 5 years ago

ra1nb0w commented 5 years ago

CMake’s default Info.plist, tested on 3.13.3, is lacking the NSPrincipalClass key which enable dark mode on macos mojave. Unfortunately, the only way that I know is to create a new template file. Also add support for GPU automatic switching.

ra1nb0w commented 5 years ago

do you foresight a new release in the near future? (with this patch)

guruofquality commented 5 years ago

do you foresight a new release in the near future? (with this patch)

Yes, I do have a lot of stuff to tag and packages to upload :-)

ra1nb0w commented 5 years ago

thank you