🍎 Add 'isDarkModeEnabled' to app api
This commit is contained in:
parent
5839d7dcd5
commit
eaac67ac60
4 changed files with 13 additions and 0 deletions
|
@ -83,6 +83,9 @@ class Browser : public WindowListObserver {
|
|||
// Show the application.
|
||||
void Show();
|
||||
|
||||
// Check if Dark Mode enabled.
|
||||
bool IsDarkModeEnabled();
|
||||
|
||||
// Bounce the dock icon.
|
||||
enum BounceType {
|
||||
BOUNCE_CRITICAL = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue