Skip to content

Commit

Permalink
Revert "Use legacy winConsole support by default for 2019.3 as there …
Browse files Browse the repository at this point in the history
…are still users in the community for whom the new support is very problematic. (nvaccess#10682)"

This reverts commit b00c3f1.
  • Loading branch information
codeofdusk committed Aug 7, 2020
1 parent 2b5bc83 commit 40df2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/config/configSpec.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
[UIA]
enabled = boolean(default=true)
useInMSWordWhenAvailable = boolean(default=false)
winConsoleImplementation= option("auto", "legacy", "UIA", default="legacy")
winConsoleImplementation= option("auto", "legacy", "UIA", default="auto")
selectiveEventRegistration = boolean(default=false)
[terminals]
Expand Down

0 comments on commit 40df2bb

Please sign in to comment.