Disable external program field when not selecting use external program
This commit is contained in:
parent
dda155f160
commit
4eb8d60c64
@ -311,6 +311,8 @@ public class MainSettingsController {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
externalProgramCommandField.disableProperty().bind(externalProgramRadioButton.selectedProperty().not());
|
||||||
}
|
}
|
||||||
|
|
||||||
@FXML
|
@FXML
|
||||||
|
Loading…
x
Reference in New Issue
Block a user