Bug fixes and event

This commit is contained in:
gac-S_Changer
2025-06-18 15:38:07 +02:00
parent 80c828036d
commit 2863a6a88a
4 changed files with 25 additions and 7 deletions
@@ -981,6 +981,13 @@ public class Controller {
dialogPuckLoading.setVisible(false);
dialogPuckLoading.dispose();
dialogPuckLoading = null;
try {
List puckInfo = (List) getMainFrame().eval("get_puck_info()", true);
Context.getInstance().sendEvent("DewarContentUpdate", puckInfo);
} catch (Exception ex) {
Logger.getLogger(Controller.class.getName()).log(Level.SEVERE, null, ex);
}
}
}