Thai: Turn off milk intensity in cold button
This commit is contained in:
parent
b126b04928
commit
ff95749b4d
1 changed files with 48 additions and 0 deletions
|
|
@ -1731,6 +1731,17 @@
|
|||
Var showYuzuEnable = "Disable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[0] = "Disable" Then
|
||||
Var CustomMilkState[0] = "Enable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[1] = "Disable" Then
|
||||
Var CustomMilkState[1] = "Enable"
|
||||
EndIf
|
||||
If CustomMilkState[2] = "Disable" Then
|
||||
Var CustomMilkState[2] = "Enable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[0] = "Enable" Then
|
||||
If CustomMilkState[1] = "Enable" Then
|
||||
If CustomMilkState[2] = "Enable" Then
|
||||
|
|
@ -1782,6 +1793,28 @@
|
|||
Var showYuzuEnable = "Disable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[0] = "Enable" Then
|
||||
Var CustomMilkState[0] = "Disable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[1] = "Enable" Then
|
||||
Var CustomMilkState[1] = "Disable"
|
||||
EndIf
|
||||
If CustomMilkState[2] = "Enable" Then
|
||||
Var CustomMilkState[2] = "Disable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[0] = "PressForever" Then
|
||||
Var CustomMilkState[0] = "Disable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[1] = "PressForever" Then
|
||||
Var CustomMilkState[1] = "Disable"
|
||||
EndIf
|
||||
If CustomMilkState[2] = "PressForever" Then
|
||||
Var CustomMilkState[2] = "Disable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[0] = "Enable" Then
|
||||
If CustomMilkState[1] = "Enable" Then
|
||||
If CustomMilkState[2] = "Enable" Then
|
||||
|
|
@ -1795,6 +1828,18 @@
|
|||
|
||||
; first time.
|
||||
If blend_button_state = "PressForever" Then
|
||||
|
||||
If CustomMilkState[0] = "Disable" Then
|
||||
Var CustomMilkState[0] = "Enable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[1] = "Disable" Then
|
||||
Var CustomMilkState[1] = "Enable"
|
||||
EndIf
|
||||
If CustomMilkState[2] = "Disable" Then
|
||||
Var CustomMilkState[2] = "Enable"
|
||||
EndIf
|
||||
|
||||
If CustomMilkState[0] = "Enable" Then
|
||||
If CustomMilkState[1] = "Enable" Then
|
||||
If CustomMilkState[2] = "Enable" Then
|
||||
|
|
@ -5474,6 +5519,7 @@
|
|||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImage + "/cb_uncheck_new.png" ) </Filename>
|
||||
<FilenamePress> Var( DirImage + "/cb_checked_new.png" ) </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/topping_revamp/cb_locked_new.png" ) </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -5498,6 +5544,7 @@
|
|||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImage + "/cb_uncheck_new.png" ) </Filename>
|
||||
<FilenamePress> Var( DirImage + "/cb_checked_new.png" ) </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/topping_revamp/cb_locked_new.png" ) </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
@ -5523,6 +5570,7 @@
|
|||
<Mode> "No" </Mode>
|
||||
<Filename> Var( DirImage + "/cb_uncheck_new.png" ) </Filename>
|
||||
<FilenamePress> Var( DirImage + "/cb_checked_new.png" ) </FilenamePress>
|
||||
<FilenameDisable> Var( DirImage + "/topping_revamp/cb_locked_new.png" ) </FilenameDisable>
|
||||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue