mirror of
https://github.com/clockworkpi/launcher_deot.git
synced 2026-01-27 02:14:43 +01:00
Update Bluetooth (Sync Ver.200626)
This commit is contained in:
parent
9adb055ef3
commit
253e568c09
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user