mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-04-30 05:49:28 +02:00
Update Bluetooth (Sync Ver.200626)
This commit is contained in:
@@ -253,9 +253,9 @@ class BleInfoPage(Page):
|
|||||||
if self._AList != None:
|
if self._AList != None:
|
||||||
if "Connected" in self._AList:
|
if "Connected" in self._AList:
|
||||||
if self._AList["Connected"] == 1:
|
if self._AList["Connected"] == 1:
|
||||||
self._FootMsg[1] = "Disconnect"
|
self._FootMsg[2] = "Disconnect"
|
||||||
else:
|
else:
|
||||||
self._FootMsg[1] = ""
|
self._FootMsg[2] = ""
|
||||||
|
|
||||||
self.GenList()
|
self.GenList()
|
||||||
|
|
||||||
@@ -425,7 +425,7 @@ class BluetoothPage(Page):
|
|||||||
|
|
||||||
msgbox = BleListMessageBox()
|
msgbox = BleListMessageBox()
|
||||||
msgbox._CanvasHWND = self._CanvasHWND
|
msgbox._CanvasHWND = self._CanvasHWND
|
||||||
msgbox.Init(" ",MyLangManager.TrFont("veramono12"))
|
msgbox.Init(" ",MyLangManager.TrFont("veramono15"))
|
||||||
msgbox._Parent = self
|
msgbox._Parent = self
|
||||||
|
|
||||||
self._MsgBox = msgbox
|
self._MsgBox = msgbox
|
||||||
|
|||||||
Reference in New Issue
Block a user