mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
chore: ignore HasEverStartedLoad check for devplugins
This commit is contained in:
parent
1c581d4be3
commit
b4808be462
1 changed files with 1 additions and 1 deletions
|
|
@ -1949,7 +1949,7 @@ namespace Dalamud.Interface.Internal.Windows.PluginInstaller
|
|||
ImGui.SetTooltip(Locs.PluginButtonToolTip_DeletePluginLoaded);
|
||||
}
|
||||
}
|
||||
else if (plugin.HasEverStartedLoad)
|
||||
else if (plugin.HasEverStartedLoad && !plugin.IsDev)
|
||||
{
|
||||
ImGui.PushFont(InterfaceManager.IconFont);
|
||||
ImGuiComponents.DisabledButton(FontAwesomeIcon.TrashAlt.ToIconString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue