Address course bug by adding back autosetstyle pref
This commit is contained in:
@@ -8,7 +8,7 @@ local Prefs =
|
||||
{
|
||||
AutoSetStyle =
|
||||
{
|
||||
Default = false,
|
||||
Default = true,
|
||||
Choices = { OptionNameString('Off'), OptionNameString('On') },
|
||||
Values = { false, true }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user