Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 5, 2024
1 parent 98a538d commit 2b7662d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function handleIncludeScreenshot(cb) {
public bool IncludeSaveFile { get; set; }
public bool IncludeScreenshot { get; set; }

internal HtmlCrashReportForm(CrashReportModel crashReport, ICollection<LogSource> logSources, ICrashReportRendererUtilities crashReportRendererUtilities)
public HtmlCrashReportForm(CrashReportModel crashReport, ICollection<LogSource> logSources, ICrashReportRendererUtilities crashReportRendererUtilities)
{
CrashReportRendererUtilities = crashReportRendererUtilities;
CrashReport = crashReport;
Expand Down

0 comments on commit 2b7662d

Please sign in to comment.