From ac5cf8bb678b84db468f672b8fd483656e00abe7 Mon Sep 17 00:00:00 2001 From: cuu Date: Tue, 21 Aug 2018 14:53:05 +0800 Subject: [PATCH] bluetooth --- 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 2a0881f..aa2a478 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/__init__.py +++ b/Menu/GameShell/10_Settings/Bluetooth/__init__.py @@ -510,7 +510,9 @@ class BluetoothPage(Page): except Exception,e: print(str(e)) - + def OnLoadCb(self): + self.GenNetworkList() + def ScrollUp(self): if len(self._WirelessList) == 0: return