mirror of
				https://github.com/noDRM/DeDRM_tools.git
				synced 2025-10-23 23:07:47 -04:00 
			
		
		
		
	Allow Kindle serial numbers to have spaces, allowing copy/paste from Amazon web site (thanks to jakemarsden)
This commit is contained in:
		
							parent
							
								
									43f80b767a
								
							
						
					
					
						commit
						795f413ecb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -879,7 +879,7 @@ class AddSerialDialog(QDialog): | |||
| 
 | ||||
|     @property | ||||
|     def key_value(self): | ||||
|         return unicode(self.key_ledit.text()).strip() | ||||
|         return unicode(self.key_ledit.text()).replace(' ', '') | ||||
| 
 | ||||
|     def accept(self): | ||||
|         if len(self.key_name) == 0 or self.key_name.isspace(): | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Apprentice Harper
						Apprentice Harper