上传备份

master
王兵 2 months ago
parent 72ae923afe
commit f2c8e1b575

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

Loading…
Cancel
Save

Powered by TurnKey Linux.