...
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>
|
<Sound> "/mnt/sdcard/coffeevending/wav/click.wav" </Sound>
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
|
Var alphaState = "Invisible"
|
||||||
If CoinAmount = 0 Then
|
CoinVending ON
|
||||||
Var alphaState = "Invisible"
|
VendingQR OFF
|
||||||
CoinVending ON
|
Refresh
|
||||||
VendingQR OFF
|
|
||||||
Else
|
|
||||||
VendingQR OFF
|
|
||||||
If CancelFlag = 0 Then
|
|
||||||
Var CancelFlag = 1
|
|
||||||
Var CancelCounter = 0
|
|
||||||
EndIf
|
|
||||||
|
|
||||||
EndIf
|
|
||||||
Refresh
|
|
||||||
</EventClick>
|
</EventClick>
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue