DO malay
This commit is contained in:
parent
e4e85cf2f9
commit
9a17aca98c
68 changed files with 98132 additions and 4 deletions
|
|
@ -115,6 +115,7 @@
|
|||
STRCONTAIN "1" game_mode_str game_mode_enable
|
||||
DEBUGVAR game_mode_enable
|
||||
|
||||
|
||||
If GameEnableFromTrickerEv = 1 Then
|
||||
Var game_mode_enable = "true"
|
||||
EndIf
|
||||
|
|
@ -123,6 +124,15 @@
|
|||
Var game_mode_enable = "false"
|
||||
EndIf
|
||||
|
||||
READ_FILE "/mnt/sdcard/game_disable" game_mode_str
|
||||
STRCONTAIN "1" game_mode_str game_mode_disable
|
||||
DEBUGVAR game_mode_disable
|
||||
|
||||
If game_mode_disable = "true" Then
|
||||
Var game_mode_enable = "false"
|
||||
EndIf
|
||||
|
||||
|
||||
If game_mode_enable = "true" Then
|
||||
CheckApp "com.NDF.taobin" GameInstalled
|
||||
|
||||
|
|
@ -172,7 +182,6 @@
|
|||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
; test
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1615,7 +1615,7 @@
|
|||
<Y> 881 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 900 </Height>
|
||||
ว<ScrollHeight> "auto-all" </ScrollHeight>
|
||||
<ScrollHeight> "auto-all" </ScrollHeight>
|
||||
<Scroll> "Vertical" </Scroll>
|
||||
<Column> 1 </Column>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue