Update scheduler UI state when changing direction

This commit is contained in:
UnfamiliarLegacy 2024-06-24 01:33:58 +02:00
parent 37cc602d2d
commit de196ef731

View File

@ -62,6 +62,8 @@ public class SchedulerController extends SubForm {
txt_packet.textProperty().addListener(event -> Platform.runLater(this::updateUI));
txt_delay.textProperty().addListener(event -> Platform.runLater(this::updateUI));
rb_incoming.setOnMouseClicked(event -> Platform.runLater(this::updateUI));
rb_outgoing.setOnMouseClicked(event -> Platform.runLater(this::updateUI));
//register hotkeys
//disable some output things