mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
fu
This commit is contained in:
parent
e644b8da28
commit
4228fc1b89
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ using Dalamud.Interface.Utility;
|
||||||
using Glamourer.Designs;
|
using Glamourer.Designs;
|
||||||
using Glamourer.Interop.Material;
|
using Glamourer.Interop.Material;
|
||||||
using Dalamud.Bindings.ImGui;
|
using Dalamud.Bindings.ImGui;
|
||||||
|
using OtterGui.Extensions;
|
||||||
using OtterGui.Raii;
|
using OtterGui.Raii;
|
||||||
using OtterGui.Text;
|
using OtterGui.Text;
|
||||||
using static Glamourer.Gui.Tabs.HeaderDrawer;
|
using static Glamourer.Gui.Tabs.HeaderDrawer;
|
||||||
|
|
@ -489,7 +490,7 @@ public class MultiDesignPanel(
|
||||||
|
|
||||||
foreach (var leaf in selector.SelectedPaths.OfType<DesignFileSystem.Leaf>())
|
foreach (var leaf in selector.SelectedPaths.OfType<DesignFileSystem.Leaf>())
|
||||||
{
|
{
|
||||||
var index = leaf.Value.Tags.IndexOf(_tag);
|
var index = leaf.Value.Tags.AsEnumerable().IndexOf(_tag);
|
||||||
if (index >= 0)
|
if (index >= 0)
|
||||||
_removeDesigns.Add((leaf.Value, index));
|
_removeDesigns.Add((leaf.Value, index));
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue