DO
This commit is contained in:
parent
7d6501f9d3
commit
a961bfbb70
2 changed files with 8 additions and 3 deletions
|
|
@ -50,7 +50,9 @@
|
||||||
|
|
||||||
Var MenuVSelected2 = "Invisible"
|
Var MenuVSelected2 = "Invisible"
|
||||||
If SpiralOnline = "true" Then
|
If SpiralOnline = "true" Then
|
||||||
Var MenuVSelected2 = "Enable"
|
If Seeker = "curr" Then
|
||||||
|
Var MenuVSelected2 = "Enable"
|
||||||
|
EndIf
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
; init default
|
; init default
|
||||||
|
|
|
||||||
|
|
@ -125,8 +125,11 @@
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
If SpiralOnline = "true" Then
|
If SpiralOnline = "true" Then
|
||||||
Open "ROOT/taobin_project/xml/page_catalog_with_vending.xml"
|
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
|
Else
|
||||||
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||||
EndIf
|
EndIf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue