Hive icon indicating copy to clipboard operation
Hive copied to clipboard

macOS Mojave dark mode support

Open christophe-calmejane opened this issue 6 years ago • 1 comments

Dark mode not properly supported. There is a fix in Qt, but we'll have to wait for next Qt update. In the meantime, we have some options:

  • Try to use a style (but for the whole application)
  • Disable it from the plist (NSRequiresAquaSystemAppearance=true)

One can disable dark mode manually with the following command: defaults write fr.KikiSoft.Hive NSRequiresAquaSystemAppearance -bool yes

christophe-calmejane avatar Nov 09 '18 08:11 christophe-calmejane

Forced light mode in 27207afa until full support in Qt

christophe-calmejane avatar Nov 27 '18 08:11 christophe-calmejane