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