fix bug
This commit is contained in:
parent
4549d4282c
commit
3b5b8526a1
5 changed files with 18 additions and 7 deletions
|
|
@ -1258,7 +1258,7 @@
|
|||
Var CountDownPauseVideo2 = 2
|
||||
DEBUGVAR CountDownPauseVideo2
|
||||
Var TimeProfilePrice = 0
|
||||
Var XMLProfilePrevious = XMLProfile
|
||||
|
||||
|
||||
</EventOpen>
|
||||
|
||||
|
|
@ -1706,6 +1706,9 @@
|
|||
If XMLProfilePrevious = XMLProfile Then
|
||||
|
||||
Else
|
||||
DEBUGVAR XMLProfile
|
||||
DEBUGVAR XMLProfilePrevious
|
||||
|
||||
If TimeProfilePrice = 5 Then
|
||||
PRICE "Reset" "-"
|
||||
PRICE "Load" "-"
|
||||
|
|
@ -1724,7 +1727,10 @@
|
|||
DEBUGVAR ProfileIndex[10]
|
||||
|
||||
PRICE "Reload" "-"
|
||||
|
||||
Var XMLProfilePrevious = XMLProfile
|
||||
EndIf
|
||||
|
||||
EndIf
|
||||
|
||||
Refresh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue