This setting only disables the post author profile URL, not the comment author profile URL. I think it should do both but it did not work for me.
What worked for me is this code:
add_filter(“plugins_loaded”, function () {
remove_filter(‘get_comment_author_link’, ‘um_comment_link_to_profile’, 10000, 3 );
}, 50);