🍎 Rename 'isDarkModeEnabled' to 'isDarkMode'
This commit is contained in:
parent
63294892f0
commit
68b453770b
4 changed files with 7 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue