mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
pm: consider plugins without a valid source repo as orphaned
This commit is contained in:
parent
c0867d887e
commit
830207f43e
1 changed files with 0 additions and 1 deletions
|
|
@ -178,7 +178,6 @@ internal class LocalPlugin : IDisposable
|
||||||
/// Gets a value indicating whether or not this plugin is orphaned(belongs to a repo) or not.
|
/// Gets a value indicating whether or not this plugin is orphaned(belongs to a repo) or not.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public bool IsOrphaned => !this.IsDev &&
|
public bool IsOrphaned => !this.IsDev &&
|
||||||
!this.manifest.InstalledFromUrl.IsNullOrEmpty() && // TODO(api8): Remove this, all plugins will have a proper flag
|
|
||||||
this.GetSourceRepository() == null;
|
this.GetSourceRepository() == null;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue