diff --git a/Glamourer/Gui/InterfaceFixedDesigns.cs b/Glamourer/Gui/InterfaceFixedDesigns.cs index 6348686..672507b 100644 --- a/Glamourer/Gui/InterfaceFixedDesigns.cs +++ b/Glamourer/Gui/InterfaceFixedDesigns.cs @@ -61,8 +61,9 @@ namespace Glamourer.Gui raii.PushFont(UiBuilder.IconFont); if (ImGui.Button($"{FontAwesomeIcon.Trash.ToIconChar()}##{i}")) { - _fullPathCache.RemoveAt(i); + _fullPathCache.RemoveAt(i--); _plugin.FixedDesigns.Remove(name); + continue; } var tmp = name.Enabled;