Skip to content

Commit

Permalink
Error count in mod foldout
Browse files Browse the repository at this point in the history
  • Loading branch information
cheese3660 committed Feb 17, 2024
1 parent e32debd commit 93e759a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PatchManager.Core/CoreModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ public override VisualElement GetDetails()
{
text.text += "Total amount of patches: Unknown (loaded from cache)\n";
}
text.text += $"Total amount of errors: {PatchingManager.TotalErrorCount}\n";

text.text += "Patched labels:";
foreach (var label in PatchingManager.Universe.LoadedLabels)
Expand Down

0 comments on commit 93e759a

Please sign in to comment.