mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	Add text and azw4 extensions to the add dialog.
This commit is contained in:
		
							parent
							
								
									24a0c5e1b6
								
							
						
					
					
						commit
						9912bdd78f
					
				@ -33,8 +33,8 @@ def get_filters():
 | 
			
		||||
            (_('LIT Books'), ['lit']),
 | 
			
		||||
            (_('MOBI Books'), ['mobi', 'prc', 'azw']),
 | 
			
		||||
            (_('Topaz books'), ['tpz','azw1']),
 | 
			
		||||
            (_('Text books'), ['txt', 'rtf']),
 | 
			
		||||
            (_('PDF Books'), ['pdf']),
 | 
			
		||||
            (_('Text books'), ['txt', 'text', 'rtf']),
 | 
			
		||||
            (_('PDF Books'), ['pdf', 'azw4']),
 | 
			
		||||
            (_('SNB Books'), ['snb']),
 | 
			
		||||
            (_('Comics'), ['cbz', 'cbr', 'cbc']),
 | 
			
		||||
            (_('Archives'), ['zip', 'rar']),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user