Disable external program field when not selecting use external program

This commit is contained in:
Nathan McRae 2025-01-19 21:55:51 -08:00
parent dda155f160
commit 4eb8d60c64

View File

@ -311,6 +311,8 @@ public class MainSettingsController {
};
}
});
externalProgramCommandField.disableProperty().bind(externalProgramRadioButton.selectedProperty().not());
}
@FXML