Release 6.50

This commit is contained in:
kong 2022-06-10 11:31:55 +07:00
parent cb1725654d
commit 9cc9fe2fc5
6 changed files with 6283 additions and 2 deletions

View file

@ -0,0 +1,65 @@
<?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>