@ -128,8 +128,8 @@ public class JMainController {
@FXML
public void onStop() {
boolean stop = JMainService.stop();
this.start.setDisable(false);
this.start.setDisable(!stop);
this.stop.setDisable(true);
this.stop.setDisable(stop);
this.preview.setImage(null);
}
Powered by TurnKey Linux.