Commit a91fea0
authored
Fix double speaking "disconnected" when leader #18710
Closes #18692
Summary of the issue:
When connected as the controlling computer, disconnecting causes NVDA to speak "Disconnected" twice.
Description of user facing changes:
NVDA speaks "Disconnected" once.
Description of developer facing changes:
None
Description of development approach:
Removed superfluous ui.message from _remoteClient.client.RemoteClient.onDisconnectedAsLeader.1 parent 46d86ed commit a91fea0
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
396 | | - | |
397 | 395 | | |
398 | 396 | | |
399 | 397 | | |
| |||
0 commit comments