This commit is contained in:
2026-05-22 18:23:56 +02:00
parent 53df1c58c0
commit b33fe2e728
2 changed files with 8 additions and 10 deletions
@@ -130,8 +130,10 @@ public class GUI extends Application implements IView {
@Override
public void showError(String message) {
Platform.runLater(() -> {
controllerMain.isError = true;
controllerMain.render();
synchronized (miniModel) {
controllerMain.isError = true;
controllerMain.render();
}
});
}