no message

This commit is contained in:
2024-10-25 00:43:03 +03:00
parent aa490e4181
commit 9482abefcc
12 changed files with 29 additions and 29 deletions

View File

@@ -60,7 +60,7 @@ public class AppendBugReportField extends ComponentsRepositoryPass<BugReport> {
}
@Override
protected void showFinish() throws Exception {
server.db.bugReports.RefreshUI();
server.db.bugReports.getUI().RedrawControl();
Global.mainModule.getUI().getMainWindow().getCallbackWindow().ShowCurrentBugReport();
}
@Override