FYI, I just
discovered how to disable dark mode at the app level:
Quote:
defaults write net.kovidgoyal.calibre NSRequiresAquaSystemAppearance -bool yes
|
or revert to default with:
Quote:
defaults delete net.kovidgoyal.calibre NSRequiresAquaSystemAppearance
|
Tested and works: I'm delighted!