no message

This commit is contained in:
2025-01-16 19:35:26 +03:00
parent 96a269004d
commit 328a00063e
3 changed files with 3 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ public class OpenBugReportTestProject extends Pass<BugReport> {
}
@Override
protected void performDone() throws Exception {
if (Global.mainModule.getPass(PassCode.OpenCurrentProject).Do(project))
if (Global.mainModule.getPass(PassCode.OpenCurrentProject).Do(project)&&target.visualiser_version<1134)
Global.mainModule.getPass(PassCode.ApplyBugReportSettings).Do();
}
}