Add method that tells the app/backend that we are using a dark mode theme

This commit is contained in:
Gregory John Casamento 2025-01-05 20:42:06 -05:00
parent c4e5d6b223
commit 9568ec7fb9

View file

@ -784,7 +784,7 @@ APPKIT_EXPORT_CLASS
- (NSString*) license;
/**
* Returns YES if in dark mode, and NO, if not. The reasoning behind this
* Returns YES if in dark mode, or NO, if not. The reasoning behind this
* is that some applications may display on the screen in dark mode, but
* print with the colors reversed. This method allows GUI and the backend
* to understand when we are using a dark theme and render accordingly when