mirror of
https://github.com/electron/electron.git
synced 2026-02-11 15:45:04 -05:00
IsAccessibilitySupportEnabled -> isAccessibilitySupportEnabled
This commit is contained in:
@@ -588,7 +588,7 @@ void App::BuildPrototype(
|
||||
.SetMethod("makeSingleInstance", &App::MakeSingleInstance)
|
||||
.SetMethod("releaseSingleInstance", &App::ReleaseSingleInstance)
|
||||
.SetMethod("relaunch", &App::Relaunch)
|
||||
.SetMethod("IsAccessibilitySupportEnabled",
|
||||
.SetMethod("isAccessibilitySupportEnabled",
|
||||
&App::IsAccessibilitySupportEnabled)
|
||||
.SetMethod("disableHardwareAcceleration",
|
||||
&App::DisableHardwareAcceleration);
|
||||
|
||||
Reference in New Issue
Block a user