mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-20 05:29:50 -04:00
Removed scroll effect
This commit is contained in:
parent
16a2025a87
commit
833040221e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue