Address course bug by adding back autosetstyle pref
This commit is contained in:
@@ -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 }
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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')"
|
||||||
|
|||||||
Reference in New Issue
Block a user