long candy support
This commit is contained in:
@@ -31,7 +31,7 @@ public partial class StatisticsVM: ObservableObject,IEventHandler<ImageProcessed
|
||||
{
|
||||
|
||||
RecipeName= @event.RecipeName;
|
||||
|
||||
ProcessingTime = (int)@event.AnalysisTime.TotalMilliseconds + "ms";
|
||||
Total++;
|
||||
|
||||
if (!@event.HasError)
|
||||
@@ -47,7 +47,7 @@ public partial class StatisticsVM: ObservableObject,IEventHandler<ImageProcessed
|
||||
}
|
||||
|
||||
StatisticsDetails = string.Join(Environment.NewLine, _errorTypes.Select(e => $"{e.Key}: {e.Value}"));
|
||||
ProcessingTime = (int)@event.AnalysisTime.TotalMilliseconds + "ms";
|
||||
|
||||
}
|
||||
|
||||
public void Handle(SessionStartedEvent @event)
|
||||
|
||||
Reference in New Issue
Block a user