mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-25 05:12:41 +01:00
bluetooth bug
This commit is contained in:
@@ -699,7 +699,9 @@ class BluetoothPage(Page):
|
|||||||
if event.key == CurKeys["Y"]:
|
if event.key == CurKeys["Y"]:
|
||||||
if len(self._WirelessList) == 0:
|
if len(self._WirelessList) == 0:
|
||||||
return
|
return
|
||||||
|
if self._Offline == True:
|
||||||
|
return
|
||||||
|
|
||||||
self._InfoPage._AList = self._WirelessList[self._PsIndex]._Atts
|
self._InfoPage._AList = self._WirelessList[self._PsIndex]._Atts
|
||||||
self._InfoPage._Path = self._WirelessList[self._PsIndex]._Path
|
self._InfoPage._Path = self._WirelessList[self._PsIndex]._Path
|
||||||
self._Screen.PushPage(self._InfoPage)
|
self._Screen.PushPage(self._InfoPage)
|
||||||
|
|||||||
Reference in New Issue
Block a user