🍎 Add 'isDarkModeEnabled' to app api

This commit is contained in:
Daniel Pham 2016-02-19 12:40:41 -05:00
parent 5839d7dcd5
commit eaac67ac60
4 changed files with 13 additions and 0 deletions

View file

@ -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,