mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Merge pull request #90078 from SirLich/project-tools-palette
Include 'Orphan Resource Explorer' and 'Upgrade Mesh Surfaces' in Command Palette.
This commit is contained in:
		
						commit
						70f6650404
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -6787,8 +6787,8 @@ EditorNode::EditorNode() { | |||
| 	tool_menu = memnew(PopupMenu); | ||||
| 	tool_menu->connect("index_pressed", callable_mp(this, &EditorNode::_tool_menu_option)); | ||||
| 	project_menu->add_submenu_node_item(TTR("Tools"), tool_menu); | ||||
| 	tool_menu->add_item(TTR("Orphan Resource Explorer..."), TOOLS_ORPHAN_RESOURCES); | ||||
| 	tool_menu->add_item(TTR("Upgrade Mesh Surfaces..."), TOOLS_SURFACE_UPGRADE); | ||||
| 	tool_menu->add_shortcut(ED_SHORTCUT_AND_COMMAND("editor/orphan_resource_explorer", TTR("Orphan Resource Explorer...")), TOOLS_ORPHAN_RESOURCES); | ||||
| 	tool_menu->add_shortcut(ED_SHORTCUT_AND_COMMAND("editor/upgrade_mesh_surfaces", TTR("Upgrade Mesh Surfaces...")), TOOLS_SURFACE_UPGRADE); | ||||
| 
 | ||||
| 	project_menu->add_separator(); | ||||
| 	project_menu->add_shortcut(ED_SHORTCUT("editor/reload_current_project", TTR("Reload Current Project")), RELOAD_CURRENT_PROJECT); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde