diff --git a/HudSwap/PluginUI.cs b/HudSwap/PluginUI.cs index 4b863e2..20cbd33 100644 --- a/HudSwap/PluginUI.cs +++ b/HudSwap/PluginUI.cs @@ -113,6 +113,7 @@ namespace HudSwap { if (ImGui.Button("Delete") && this.selectedLayout != null) { this.plugin.config.Layouts.Remove(this.selectedLayout); this.selectedLayout = Guid.Empty; + this.renameName = ""; this.plugin.config.Save(); }