This commit is contained in:
kong 2022-09-20 18:56:39 +07:00
parent 7d6501f9d3
commit a961bfbb70
2 changed files with 8 additions and 3 deletions

View file

@ -50,8 +50,10 @@
Var MenuVSelected2 = "Invisible"
If SpiralOnline = "true" Then
If Seeker = "curr" Then
Var MenuVSelected2 = "Enable"
EndIf
EndIf
; init default
Var Menu1Selected = "Enable"

View file

@ -125,8 +125,11 @@
<Volume> SoundVolume </Volume>
<EventClick>
If SpiralOnline = "true" Then
If Seeker = "curr" Then
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
Else
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf
Else
Open "ROOT/taobin_project/xml/page_catalog.xml"
EndIf