Merge pull request #202 from cuu/master

bug fix
This commit is contained in:
GNU 2019-05-07 13:32:41 +08:00 committed by GitHub
commit c9221e5a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,7 +100,7 @@ class RomListPage(Page):
_Selector=None
_FootMsg = ["Nav","Del","Scan","Back","Run","AddFav"]
_MyList = []
_ListFont = MyLangManager.Tr("notosanscjk15")
_ListFont = MyLangManager.TrFont("notosanscjk15")
_MyStack = None
_Emulator = None
_Parent = None