File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1525,7 +1525,7 @@ public async Task<bool> IsAccessibilitySupportEnabledAsync(CancellationToken can
1525
1525
/// <param name="enabled">Enable or disable <see href="https://developers.google.com/web/fundamentals/accessibility/semantics-builtin/the-accessibility-tree">accessibility tree</see> rendering.</param>
1526
1526
public void SetAccessibilitySupportEnabled ( bool enabled )
1527
1527
{
1528
- BridgeConnector . Socket . Emit ( "appSetAboutPanelOptions " , enabled ) ;
1528
+ BridgeConnector . Socket . Emit ( "appSetAccessibilitySupportEnabled " , enabled ) ;
1529
1529
}
1530
1530
1531
1531
/// <summary>
@@ -1640,4 +1640,4 @@ public void Once(string eventName, Action action)
1640
1640
public async Task Once ( string eventName , Action < object > action )
1641
1641
=> await Events . Instance . Once ( ModuleName , eventName , action ) ;
1642
1642
}
1643
- }
1643
+ }
You can’t perform that action at this time.
0 commit comments