mirror of
				https://github.com/kepler155c/opus
				synced 2025-10-30 23:23:03 +00:00 
			
		
		
		
	properly handle empty text entry fields (including transformations)
This commit is contained in:
		| @@ -120,7 +120,9 @@ local page = UI.Page { | ||||
| } | ||||
|  | ||||
| function page.wizard.pages.label:validate() | ||||
| 	os.setComputerLabel(self.label.value) | ||||
| 	if self.label.value then | ||||
| 		os.setComputerLabel(self.label.value) | ||||
| 	end | ||||
| 	return true | ||||
| end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kepler155c@gmail.com
					kepler155c@gmail.com