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