65 lines
1.1 KiB
Text
65 lines
1.1 KiB
Text
<?hurr
|
|
#include=menu_head.py
|
|
touch_less_gen = False
|
|
?>
|
|
|
|
<Popup>
|
|
<Cache> "Enable" </Cache>
|
|
<Width> 1080 </Width>
|
|
<Height> 1920 </Height>
|
|
;<Background> "0xeae6e1" </Background>
|
|
<Volume> SoundVolume </Volume>
|
|
<EventOpen>
|
|
; On open
|
|
<?hurr
|
|
#include=menu_catalog_default_init.xml
|
|
?>
|
|
|
|
; protein
|
|
If SpiralOnline = "true" Then
|
|
|
|
If AppFastEnable = "true" Then
|
|
Var Menu11Selected2 = "PressForever"
|
|
Var Menu7Selected2 = "Invisible"
|
|
Else
|
|
Var Menu11Selected2 = "Invisible"
|
|
Var Menu7Selected2 = "PressForever"
|
|
EndIf
|
|
Else
|
|
|
|
If AppFastEnable = "true" Then
|
|
Var Menu11Selected = "PressForever"
|
|
Var Menu7Selected = "Invisible"
|
|
Else
|
|
Var Menu11Selected = "Invisible"
|
|
Var Menu7Selected = "PressForever"
|
|
EndIf
|
|
EndIf
|
|
|
|
|
|
SAVELOG PreviseXMLFileName2
|
|
|
|
Var Timeout = 0
|
|
|
|
|
|
<?hurr
|
|
#include=menu_catalog_new_menu.xml
|
|
?>
|
|
|
|
</EventOpen>
|
|
|
|
|
|
|
|
<?hurr
|
|
#include=menu_catalog.xml
|
|
?>
|
|
|
|
|
|
|
|
|
|
<?hurr
|
|
#include=menu_new_layout_gen.py
|
|
?>
|
|
|
|
|
|
</Popup>
|