This commit is contained in:
cuu 2018-07-03 19:25:54 +08:00 committed by clockworkpi
parent 2bbeba5665
commit b5603bcf7c
2 changed files with 2 additions and 1 deletions

View File

@ -190,6 +190,7 @@ class AirplanePage(Page):
else:
data = self.EasingData(0,43)
data.reverse()
for _,v in enumerate(data):
self._airwire_y += v
self._dialog_index = 3

View File

@ -299,7 +299,7 @@ class TitleBar:
else:
self._Icons["wifistatus"]._IconIndex = 0
self._Icons["wifistatus"].Draw()
print("strength error")
print("wifi strength error")
else:
if self._InAirPlaneMode == False:
self._Icons["wifistatus"]._IconIndex = 0