feat: expose systemPreferences.getSystemColor() (#16248)
This commit is contained in:
parent
439ba5116f
commit
03892153de
5 changed files with 81 additions and 1 deletions
|
@ -91,6 +91,7 @@ void SystemPreferences::BuildPrototype(
|
|||
&SystemPreferences::GetAppLevelAppearance)
|
||||
.SetMethod("setAppLevelAppearance",
|
||||
&SystemPreferences::SetAppLevelAppearance)
|
||||
.SetMethod("getSystemColor", &SystemPreferences::GetSystemColor)
|
||||
.SetMethod("isTrustedAccessibilityClient",
|
||||
&SystemPreferences::IsTrustedAccessibilityClient)
|
||||
.SetMethod("getMediaAccessStatus",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue