From f7c23d94e3738e8f385dbe7c4385a05482de99a8 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sun, 21 Apr 2024 13:27:44 +0100 Subject: [PATCH] fix entry name not being set to the new one from https://github.com/pizzaboxer/bloxstrap/commit/c3a2f12719b38889748ec6e5eca7e13c87ce3918 --- Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs index df72671..e196099 100644 --- a/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs +++ b/Bloxstrap/UI/Elements/Menu/Pages/FastFlagEditorPage.xaml.cs @@ -134,6 +134,8 @@ namespace Bloxstrap.UI.Elements.Menu.Pages if (!newName.Contains(_searchFilter)) ClearSearch(); + entry.Name = newName; + break; case "Value":