Currently the rename also shows on the media library modals, just when uploading a new file. I am using the following CSS snippet to hide it, but a proper approach to this would be more welcome:
.js-media-library-add-form .file-rename__link-wrapper {
display: none;
}
Comments
Comment #2
grienauerComment #3
grienauerComment #5
granikFixed in dev version. The check if file must be permanent is added when displaying the rename link.