Add IsSwipeTrackingFromScrollEventsEnabled in system prefs
This commit is contained in:
parent
beca2d26f3
commit
e0c0e3e5f7
7 changed files with 17 additions and 18 deletions
|
@ -58,6 +58,8 @@ void SystemPreferences::BuildPrototype(
|
|||
.SetMethod("unsubscribeLocalNotification",
|
||||
&SystemPreferences::UnsubscribeLocalNotification)
|
||||
.SetMethod("getUserDefault", &SystemPreferences::GetUserDefault)
|
||||
.SetMethod("isSwipeTrackingFromScrollEventsEnabled",
|
||||
&SystemPreferences::IsSwipeTrackingFromScrollEventsEnabled)
|
||||
#endif
|
||||
.SetMethod("isDarkMode", &SystemPreferences::IsDarkMode);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue