fix entry name not being set to the new one

from c3a2f12719
This commit is contained in:
bluepilledgreat 2024-04-21 13:27:44 +01:00
parent c0d61654e5
commit f7c23d94e3

View File

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