mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Add method that tells the app/backend that we are using a dark mode theme
This commit is contained in:
parent
c4e5d6b223
commit
9568ec7fb9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue