Browse Source

TrFont in wifilist,msgbox

cuu 5 years ago
parent
commit
3541c101f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Menu/GameShell/10_Settings/Wifi/wifi_list.py

+ 1 - 1
Menu/GameShell/10_Settings/Wifi/wifi_list.py

@@ -706,7 +706,7 @@ class WifiList(Page):
         
         msgbox = WifiListMessageBox()
         msgbox._CanvasHWND = self._CanvasHWND
-        msgbox.Init(" ",fonts["veramono12"])
+        msgbox.Init(" ",MyLangManager.TrFont("veramono12"))
         msgbox._Parent = self
         
         self._MsgBox = msgbox