Fix node names of submenu items across the editor
Also removes some programmer remarks and fixes some docs.
This commit is contained in:
parent
3e7f638d7b
commit
b04b546092
13 changed files with 45 additions and 44 deletions
|
|
@ -497,7 +497,10 @@ namespace GodotTools
|
|||
|
||||
AddChild(new HotReloadAssemblyWatcher { Name = "HotReloadAssemblyWatcher" });
|
||||
|
||||
_menuPopup = new PopupMenu();
|
||||
_menuPopup = new PopupMenu
|
||||
{
|
||||
Name = "CSharpTools",
|
||||
};
|
||||
_menuPopup.Hide();
|
||||
|
||||
AddToolSubmenuItem("C#", _menuPopup);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue