From 253e568c097e8e82172bfe04a32e69893e5b6d1a Mon Sep 17 00:00:00 2001 From: hi80482 <66435094+hi80482@users.noreply.github.com> Date: Fri, 3 Jul 2020 15:05:15 +0800 Subject: [PATCH] Update Bluetooth (Sync Ver.200626) --- Menu/GameShell/10_Settings/Bluetooth/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Menu/GameShell/10_Settings/Bluetooth/__init__.py b/Menu/GameShell/10_Settings/Bluetooth/__init__.py index 4a943ab..25e7e36 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/__init__.py +++ b/Menu/GameShell/10_Settings/Bluetooth/__init__.py @@ -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