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 Apr 8, 2020
1 parent ea851f7 commit 6fbf21d
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 @@ -210,7 +210,7 @@
[UIA]
enabled = boolean(default=true)
useInMSWordWhenAvailable = boolean(default=false)
winConsoleImplementation= option("auto", "legacy", "UIA", default="legacy")
winConsoleImplementation= option("auto", "legacy", "UIA", default="auto")
[terminals]
speakPasswords = boolean(default=false)
Expand Down

0 comments on commit 6fbf21d

Please sign in to comment.