mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-25 13:22:53 +01:00
bluetooth bug
This commit is contained in:
@@ -699,6 +699,8 @@ 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
|
||||||
|
|||||||
Reference in New Issue
Block a user