This commit is contained in:
wanlop run 2024-02-22 18:46:01 +07:00
parent bd0aa40509
commit ff3b85a63c
34 changed files with 1539 additions and 1214 deletions

View file

@ -209,7 +209,22 @@
EndIf
EndIf
DEBUGVAR SlientRefreshEnable
If SlientRefreshEnable = 1 Then
If SaveStringInst = "RefreshNow" Then
GetXMLFileNameCurrentRunning CurrentOpenFile
Open CurrentOpenFile
If show_eng = "true" Then
InstanceSetString "ShowEng"
Else
InstanceSetString "ShowThai"
EndIf
EndIf
EndIf
TimerReset
@ -282,6 +297,7 @@
<EventOnShow>
InstanceGetString SaveStringInst
DEBUGVAR SaveStringInst
DEBUGVAR show_eng
If SaveStringInst = "RefreshNow" Then