Fix indentation
This commit is contained in:
		
							parent
							
								
									f791def2f7
								
							
						
					
					
						commit
						c92c12893a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -611,7 +611,7 @@ class FileTransfersTooltip(BaseTooltip):
 | 
			
		|||
			file_props['stopped'] == True:
 | 
			
		||||
				status = _('Stopped')
 | 
			
		||||
			elif file_props['completed']:
 | 
			
		||||
					status = _('Completed')
 | 
			
		||||
				status = _('Completed')
 | 
			
		||||
			elif file_props['connected'] == False:
 | 
			
		||||
				if file_props['completed']:
 | 
			
		||||
					status = _('Completed')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue