fix entry name not being set to the new one

This commit is contained in:
bluepilledgreat 2023-12-11 21:27:57 +00:00
parent 2766d133c6
commit c3a2f12719

View File

@ -134,6 +134,8 @@ namespace Bloxstrap.UI.Elements.Menu.Pages
if (!newName.Contains(_searchFilter))
ClearSearch();
entry.Name = newName;
break;
case "Value":