HKG : Fix Page_show_error unknow stage

This commit is contained in:
Ittipat Lusuk 2025-01-31 10:32:47 +07:00
parent e0232bc7fe
commit 17b19f1d48
4 changed files with 44 additions and 3 deletions

View file

@ -82,8 +82,13 @@
If BtnLangToggleIndex = "Enable" Then
Var LanguageButtonEnable = "Invisible"
Var BtnLangCurrentXPosition = 1005
Var BtnLangCurrentYPosition = 458 - 48
If CurrentPageShowError = 1 Then
Var BtnLangCurrentXPosition = 990
Var BtnLangCurrentYPosition = 648
Else
Var BtnLangCurrentXPosition = 1005
Var BtnLangCurrentYPosition = 458 - 48
EndIf
If LanguageShowByIndex = 0 Then
Var LangState0 = "Enable"