cuu vor 6 Jahren
Ursprung
Commit
b5603bcf7c
2 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 1 0
      Menu/GameShell/10_Settings/Airplane/__init__.py
  2. 1 1
      sys.py/UI/title_bar.py

+ 1 - 0
Menu/GameShell/10_Settings/Airplane/__init__.py

@@ -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

+ 1 - 1
sys.py/UI/title_bar.py

@@ -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