This commit is contained in:
Markos Gogoulos
2026-02-24 11:32:15 +02:00
parent df8701a515
commit 7b8e4975ab
4 changed files with 13 additions and 9 deletions

View File

@@ -79,6 +79,10 @@ function EditMediaButton(props) {
link = '/edit-media.html';
}
if (link && inEmbeddedApp()) {
link += '&mode=lms_embed_mode';
}
return (
<a href={link} rel="nofollow" title={translateString('Edit media')} className="edit-media-icon">
<i className="material-icons">edit</i>