HKG: avoid screen tab

This commit is contained in:
Ittipat Lusuk 2025-05-23 17:09:02 +07:00
parent 15033893a3
commit 551364f1e8

View file

@ -2145,7 +2145,15 @@ PRICE "Reset" "-"
If CountDownPauseVideo = 1 Then
If EnablePepsiFullscreen = 0 Then
TapScreen 860 1004
If CountryName = "HongKong" Then
If CatalogLayoutV3 = 1 Then
;do-not-thing
Else
TapScreen 860 1004
EndIf
Else
TapScreen 860 1004
EndIf
EndIf
EndIf