Merge pull request #84617 from YuriSizov/editor-this-one-is-for-all-my-subs
Fix node names of submenu items across the editor
This commit is contained in:
commit
26f1c503ec
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