上传备份

master
王兵 1 month ago
parent 72ae923afe
commit f2c8e1b575

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

Loading…
Cancel
Save

Powered by TurnKey Linux.