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 }
|
||||
},
|
||||
|
||||
@@ -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')"
|
||||
|
||||
Reference in New Issue
Block a user