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