mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 18:28:50 +01:00
text fix
This commit is contained in:
parent
2bbeba5665
commit
b5603bcf7c
@ -190,6 +190,7 @@ class AirplanePage(Page):
|
|||||||
|
|
||||||
else:
|
else:
|
||||||
data = self.EasingData(0,43)
|
data = self.EasingData(0,43)
|
||||||
|
data.reverse()
|
||||||
for _,v in enumerate(data):
|
for _,v in enumerate(data):
|
||||||
self._airwire_y += v
|
self._airwire_y += v
|
||||||
self._dialog_index = 3
|
self._dialog_index = 3
|
||||||
|
|||||||
@ -299,7 +299,7 @@ class TitleBar:
|
|||||||
else:
|
else:
|
||||||
self._Icons["wifistatus"]._IconIndex = 0
|
self._Icons["wifistatus"]._IconIndex = 0
|
||||||
self._Icons["wifistatus"].Draw()
|
self._Icons["wifistatus"].Draw()
|
||||||
print("strength error")
|
print("wifi strength error")
|
||||||
else:
|
else:
|
||||||
if self._InAirPlaneMode == False:
|
if self._InAirPlaneMode == False:
|
||||||
self._Icons["wifistatus"]._IconIndex = 0
|
self._Icons["wifistatus"]._IconIndex = 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user