mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
fix: ignore IsHide (#973)
This commit is contained in:
parent
36955ed008
commit
2c7ce6da61
1 changed files with 2 additions and 0 deletions
|
|
@ -258,6 +258,8 @@ internal partial class PluginManager : IDisposable, IServiceType
|
||||||
if (configuration.HiddenPluginInternalName.Contains(manifest.InternalName))
|
if (configuration.HiddenPluginInternalName.Contains(manifest.InternalName))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
return true; // TODO temporary
|
||||||
|
|
||||||
// Hidden by manifest
|
// Hidden by manifest
|
||||||
return !manifest.IsHide;
|
return !manifest.IsHide;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue