diff --git a/src/Umbraco.Core/Trees/MenuItemList.cs b/src/Umbraco.Core/Trees/MenuItemList.cs index de926d54d8..cb912a112b 100644 --- a/src/Umbraco.Core/Trees/MenuItemList.cs +++ b/src/Umbraco.Core/Trees/MenuItemList.cs @@ -31,7 +31,6 @@ public class MenuItemList : List /// /// The used to localize the action name based on its alias /// Whether or not this action opens a dialog - /// Whether or not this action should use legacy icon prefixed with "icon-" or full icon name is specified. public MenuItem? Add(ILocalizedTextService textService, bool hasSeparator = false, bool opensDialog = false) where T : IAction => Add(textService, hasSeparator, opensDialog, useLegacyIcon: true);