mirror of
				https://github.com/liberatedsystems/openCom-Companion.git
				synced 2025-07-08 05:07:21 +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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user