Skip to content

Commit

Permalink
Keep auto as the config default.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofdusk committed Jan 14, 2020
1 parent 29b0694 commit 50953f6
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 @@ -209,7 +209,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 50953f6

Please sign in to comment.