mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Removed scroll effect
This commit is contained in:
parent
16a2025a87
commit
833040221e
@ -169,6 +169,7 @@ class Telemetry():
|
||||
if self.app.theme_cls.theme_style == "Dark":
|
||||
info3 = "[color=#"+self.app.dark_theme_text_color+"]"+info3+"[/color]"
|
||||
self.sensors_screen.ids.telemetry_info3.text = info3
|
||||
self.sensors_screen.ids.sensors_scrollview.effect_cls = ScrollEffect
|
||||
|
||||
try:
|
||||
lat = self.app.sideband.config["telemetry_s_fixed_latlon"][0]; lon = self.app.sideband.config["telemetry_s_fixed_latlon"][1]
|
||||
|
Loading…
Reference in New Issue
Block a user