From 2a4e95112307d2e136070a0798243efc6d00e375 Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 20 Dec 2018 16:19:03 +0800 Subject: [PATCH] bluetooth bug --- Menu/GameShell/10_Settings/Bluetooth/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Menu/GameShell/10_Settings/Bluetooth/__init__.py b/Menu/GameShell/10_Settings/Bluetooth/__init__.py index ac22b6e..ecd2b41 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/__init__.py +++ b/Menu/GameShell/10_Settings/Bluetooth/__init__.py @@ -699,7 +699,9 @@ class BluetoothPage(Page): if event.key == CurKeys["Y"]: if len(self._WirelessList) == 0: return - + if self._Offline == True: + return + self._InfoPage._AList = self._WirelessList[self._PsIndex]._Atts self._InfoPage._Path = self._WirelessList[self._PsIndex]._Path self._Screen.PushPage(self._InfoPage)