Full Unicode patch with RTL Support & BiDi logic

This commit is contained in:
rtw1x1
2025-12-26 13:15:02 +00:00
parent 72a8ac00bf
commit 833c909826
3951 changed files with 44843 additions and 122775 deletions

View File

@@ -611,15 +611,6 @@ class AffectShower(ui.Window):
def SetPlayTime(self, playTime):
self.serverPlayTime = playTime
self.clientPlayTime = app.GetTime()
if localeInfo.IsVIETNAM():
image = PlayTimeImage()
image.SetParent(self)
image.SetPlayTime(playTime)
image.Show()
self.playTimeImage=image
self.__ArrangeImageList()
def __AppendAffect(self, affect):