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