...
This commit is contained in:
parent
e49686f66d
commit
e8c55750a4
1 changed files with 4 additions and 14 deletions
|
|
@ -644,20 +644,10 @@
|
|||
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
|
||||
If CoinAmount = 0 Then
|
||||
Var alphaState = "Invisible"
|
||||
CoinVending ON
|
||||
VendingQR OFF
|
||||
Else
|
||||
VendingQR OFF
|
||||
If CancelFlag = 0 Then
|
||||
Var CancelFlag = 1
|
||||
Var CancelCounter = 0
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
Refresh
|
||||
Var alphaState = "Invisible"
|
||||
CoinVending ON
|
||||
VendingQR OFF
|
||||
Refresh
|
||||
</EventClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue