🍎 Rename 'isDarkModeEnabled' to 'isDarkMode'

This commit is contained in:
Daniel Pham 2016-03-06 10:55:47 -05:00
parent 63294892f0
commit 68b453770b
4 changed files with 7 additions and 7 deletions

View file

@ -83,8 +83,8 @@ class Browser : public WindowListObserver {
// Show the application.
void Show();
// Check if Dark Mode enabled.
bool IsDarkModeEnabled();
// Check if the system is in Dark Mode.
bool IsDarkMode();
// Bounce the dock icon.
enum BounceType {