From c3a2f12719b38889748ec6e5eca7e13c87ce3918 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:27:57 +0000 Subject: [PATCH] fix entry name not being set to the new one --- 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 cd9ac29..0b49641 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":