mirror of
				https://github.com/kepler155c/opus
				synced 2025-10-31 07:33:00 +00:00 
			
		
		
		
	Fix empty TextEntry in cloud config
This commit is contained in:
		| @@ -42,7 +42,7 @@ To obtain a key, visit: | ||||
|  | ||||
| 	function tab:eventHandler(event) | ||||
| 		if event.type == 'update_key' then | ||||
| 			if #self.key.value > 0 then | ||||
| 			if self.key.value then | ||||
| 				config.key = self.key.value | ||||
| 			else | ||||
| 				config.key = nil | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Anavrins
					Anavrins