Skip to content

Commit 4b6a925

Browse files
committed
Disable modal window
1 parent 92248f6 commit 4b6a925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/serial_backend.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ function checkReportProblems() {
508508
}
509509
}
510510

511+
needsProblemReportingDialog = false;
511512
if (needsProblemReportingDialog) {
512513
problems.forEach((problem) => {
513514
problemItemTemplate.clone().html(problem.description).appendTo(problemDialogList);

0 commit comments

Comments
 (0)