Merge pull request #1030 from bluepilledgreat/bugfix/fix-flag-duplication

fix entry name not being set to the new one
This commit is contained in:
pizzaboxer 2023-12-12 15:25:27 +00:00 committed by GitHub
commit 0b6d90adcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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