This commit is contained in:
kong 2022-06-15 11:14:00 +07:00
parent c7523273da
commit 767f27d35e
2 changed files with 11 additions and 2 deletions

View file

@ -10,6 +10,7 @@
DEBUGVAR LidState
Var buttonRemoveCup = "Invisible"
Var TextBottomShow "Enable"
If show_eng = "true" Then
Var DirImage2 = "ROOT/taobin_project/image/topping2_en"
@ -472,6 +473,13 @@
EndIf
If buttonRemoveCup = "Enable" Then
Var TextBottomShow = "Invisible"
Else
Var TextBottomShow = "Enable"
EndIf
TimerReset
Refresh
@ -522,6 +530,7 @@
<Image>
<X> 0 </X>
<Y> 1418 </Y>
<State> TextBottomShow </State>
<Filename> Var( DirImage + "text_bottom.png") </Filename>
</Image>