mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-26 02:19:18 +01:00
feat: give dev plugins more leeway regarding unload errors
This commit is contained in:
parent
bb6109db45
commit
6ea7273e04
3 changed files with 26 additions and 8 deletions
|
|
@ -2222,7 +2222,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
|||
|
||||
StyleModelV1.DalamudStandard.Push();
|
||||
|
||||
if (plugin.State == PluginState.UnloadError)
|
||||
if (plugin.State == PluginState.UnloadError && !plugin.IsDev)
|
||||
{
|
||||
ImGuiComponents.DisabledButton(FontAwesomeIcon.Frown);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue