mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-18 18:02:46 +01:00
text fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user