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 }
},
+2 -2
View File
@@ -8,7 +8,7 @@ FallbackTheme=_fallback
# for 480p, it would be enlarged for bigger screens!
ScreenWidth=1
ScreenHeight=720
AutoSetStyle=true
AutoSetStyle=ThemePrefs.Get("AutoSetStyle")
# 02 #
[LightsManager]
@@ -542,7 +542,7 @@ TitleOnCommand=halign,0;strokecolor,color("#222222FF");shadowlength,1;zoom,0.5
Fallback="ScreenOptionsServiceChild"
NextScreen="ScreenOptionsService"
PrevScreen="ScreenOptionsService"
LineNames="gNotePos,gScore,TimingDisplay,gOpts,gLongFail,gComboUnderField,FlashyCombo,FancyUIBG,PrefMeter"
LineNames="gAuto,gNotePos,gScore,TimingDisplay,gOpts,gLongFail,gComboUnderField,FlashyCombo,FancyUIBG,PrefMeter"
LinegNotePos="lua,ThemePrefRow('NotePosition')"
LinegScore="lua,ThemePrefRow('GameplayShowScore')"
LineTimingDisplay="lua,ThemePrefRow('TimingDisplay')"