mirror of
				https://github.com/liberatedsystems/Sideband_CE.git
				synced 2024-09-03 04:13:27 +02:00 
			
		
		
		
	Fixed interface mode settings not working correctly
This commit is contained in:
		
							parent
							
								
									f09e01e065
								
							
						
					
					
						commit
						68e603057c
					
				| @ -2368,7 +2368,7 @@ class SidebandApp(MDApp): | ||||
|                     all_valid = True | ||||
|                     iftypes = ["local", "tcp", "i2p", "rnode", "modem", "serial"] | ||||
|                     for iftype in iftypes: | ||||
|                         element = self.root.ids["connectivity_"+iftype+"_ifmode"] | ||||
|                         element = self.connectivity_screen.ids["connectivity_"+iftype+"_ifmode"] | ||||
|                         modes = ["full", "gateway", "access point", "roaming", "boundary"] | ||||
|                         value = element.text.lower() | ||||
|                         if value in ["", "f"] or value.startswith("fu"): | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user