mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 18:28:50 +01:00
bluetooth bug
This commit is contained in:
parent
d9a884520c
commit
2a4e951123
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user