THAI: Invisible lid for shot coffee

This commit is contained in:
Kenta420 2024-08-07 13:53:03 +07:00
parent 1d98bae5bf
commit e71de8548c
3 changed files with 13 additions and 5 deletions

View file

@ -270,11 +270,15 @@
DEBUGVAR bg_lidProblem_ST
If bg_lidProblem_ST = "Invisible" Then
Var GetLidButtonState = "Enable"
;Var XStraw = 265
EndIf
If bg_lidProblem_ST = "Invisible" Then
Var GetLidButtonState = "Enable"
;Var XStraw = 265
EndIf
If IgnoreLidStraw = "true" Then
Var GetLidButtonState = "Invisible"
Var IgnoreLidStraw = "false"
EndIf
Var CreditCardVoid = 0
If InternationalEnable = 1 Then

View file

@ -448,6 +448,11 @@
;Var XStraw = 265
EndIf
If IgnoreLidStraw = "true" Then
Var GetLidButtonState = "Invisible"
Var IgnoreLidStraw = "false"
EndIf
Var CreditCardVoid = 0
If InternationalEnable = 1 Then

View file

@ -1381,7 +1381,6 @@
If IgnoreLidStraw = "true" Then
Var IgnoreLidStraw = "false"
Var ShowLidStraw = "Invisible"
Var ShowLidOnly = "Invisible"
Var ShowStrawOnly = "Invisible"