Address course bug by adding back autosetstyle pref

This commit is contained in:
ListenerJubatus
2018-01-15 17:36:26 -06:00
parent 9c00598af9
commit e509fffc62
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ local Prefs =
{
AutoSetStyle =
{
Default = false,
Default = true,
Choices = { OptionNameString('Off'), OptionNameString('On') },
Values = { false, true }
},