mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Add toggle for favorites in create_root_dialog.
This commit is contained in:
		
							parent
							
								
									b5a20d21f2
								
							
						
					
					
						commit
						1ea37c34ad
					
				
					 5 changed files with 157 additions and 23 deletions
				
			
		|  | @ -1366,6 +1366,7 @@ void EditorFileSystem::update_script_classes() { | |||
| 	} | ||||
| 
 | ||||
| 	ScriptServer::save_global_classes(); | ||||
| 	emit_signal("script_classes_updated"); | ||||
| } | ||||
| 
 | ||||
| void EditorFileSystem::_queue_update_script_classes() { | ||||
|  | @ -1704,6 +1705,7 @@ void EditorFileSystem::_bind_methods() { | |||
| 	ADD_SIGNAL(MethodInfo("filesystem_changed")); | ||||
| 	ADD_SIGNAL(MethodInfo("sources_changed", PropertyInfo(Variant::BOOL, "exist"))); | ||||
| 	ADD_SIGNAL(MethodInfo("resources_reimported", PropertyInfo(Variant::POOL_STRING_ARRAY, "resources"))); | ||||
| 	ADD_SIGNAL(MethodInfo("script_classes_updated")); | ||||
| } | ||||
| 
 | ||||
| void EditorFileSystem::_update_extensions() { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 willnationsdev
						willnationsdev