THAI: fix powerup bkb next button case

This commit is contained in:
Pakin 2024-03-13 13:54:13 +07:00
parent 3804ff5088
commit f60e527821
3 changed files with 22 additions and 3 deletions

View file

@ -6497,6 +6497,13 @@
<Button>
<X> 673 </X>
<Y> 1785 </Y>
<State> eval(
If FromPowerUpPro = 1 Then
Var return = "Invisible"
Else
Var return = "Enable"
EndIf
) </State>
<Filename> Var( DirImage + "/bn_next.png" )</Filename>
<FilenamePress> Var( DirImage + "/bp_next.png" )</FilenamePress>
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>