mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	
							parent
							
								
									a735573327
								
							
						
					
					
						commit
						78adbf4790
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -539,7 +539,7 @@ void ProjectManager::_load_recent_projects() { | |||
| 		String project_name="Unnamed Project"; | ||||
| 
 | ||||
| 		if (cf->has_section_key("application","name")) { | ||||
| 			project_name = cf->get_value("application","name"); | ||||
| 			project_name = static_cast<String>(cf->get_value("application","name")).xml_unescape(); | ||||
| 		} | ||||
| 
 | ||||
| 		if (filter_option==ProjectListFilter::FILTER_NAME && search_term!="" && project_name.findn(search_term)==-1) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde