Skip to content

Commit 93e759a

Browse files
committed
Error count in mod foldout
1 parent e32debd commit 93e759a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PatchManager.Core/CoreModule.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ public override VisualElement GetDetails()
192192
{
193193
text.text += "Total amount of patches: Unknown (loaded from cache)\n";
194194
}
195+
text.text += $"Total amount of errors: {PatchingManager.TotalErrorCount}\n";
195196

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

0 commit comments

Comments
 (0)