mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Sort modlists in the gallery first by working/broken, then by name
This commit is contained in:
parent
495335899b
commit
a9270743e1
@ -80,7 +80,7 @@ namespace Wabbajack.Lib.ModListRegistry
|
||||
{
|
||||
}
|
||||
|
||||
return metadata;
|
||||
return metadata.OrderBy(m => (m.ValidationSummary?.HasFailures ?? false ? 1 : 0, m.Title)).ToList();
|
||||
}
|
||||
|
||||
public bool NeedsDownload(string modlistPath)
|
||||
|
Loading…
Reference in New Issue
Block a user