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
15251525 /// <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>
15261526 public void SetAccessibilitySupportEnabled ( bool enabled )
15271527 {
1528- BridgeConnector . Socket . Emit ( "appSetAboutPanelOptions " , enabled ) ;
1528+ BridgeConnector . Socket . Emit ( "appSetAccessibilitySupportEnabled " , enabled ) ;
15291529 }
15301530
15311531 /// <summary>
@@ -1640,4 +1640,4 @@ public void Once(string eventName, Action action)
16401640 public async Task Once ( string eventName , Action < object > action )
16411641 => await Events . Instance . Once ( ModuleName , eventName , action ) ;
16421642 }
1643- }
1643+ }
You can’t perform that action at this time.
0 commit comments