Update Bluetooth (Sync Ver.200626)

This commit is contained in:
hi80482
2020-07-03 15:05:15 +08:00
committed by GitHub
parent 9adb055ef3
commit 253e568c09

View File

@@ -253,9 +253,9 @@ class BleInfoPage(Page):
if self._AList != None:
if "Connected" in self._AList:
if self._AList["Connected"] == 1:
self._FootMsg[1] = "Disconnect"
self._FootMsg[2] = "Disconnect"
else:
self._FootMsg[1] = ""
self._FootMsg[2] = ""
self.GenList()
@@ -425,7 +425,7 @@ class BluetoothPage(Page):
msgbox = BleListMessageBox()
msgbox._CanvasHWND = self._CanvasHWND
msgbox.Init(" ",MyLangManager.TrFont("veramono12"))
msgbox.Init(" ",MyLangManager.TrFont("veramono15"))
msgbox._Parent = self
self._MsgBox = msgbox