feat: add systemPreferences.getAnimationSettings() (#17382)
This commit is contained in:
parent
4d8e024b6d
commit
4c51fa93f5
4 changed files with 38 additions and 1 deletions
|
@ -117,6 +117,7 @@ class SystemPreferences : public mate::EventEmitter<SystemPreferences>
|
|||
bool IsDarkMode();
|
||||
bool IsInvertedColorScheme();
|
||||
bool IsHighContrastColorScheme();
|
||||
v8::Local<v8::Value> GetAnimationSettings(v8::Isolate* isolate);
|
||||
|
||||
protected:
|
||||
explicit SystemPreferences(v8::Isolate* isolate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue