Skip to content
Snippets Groups Projects
Commit ce58d238 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

audio: remove playback rate from controls

Change-Id: Ibfbb950fbf884b87b46b84f9f0d569e57208e45f
GitLab: #1134
parent fc8a4d6e
No related branches found
No related tags found
No related merge requests found
......@@ -649,7 +649,7 @@ MessagesAdapter::getMediaInfo(const QString& msg)
= "<body style='margin:0;padding:0;'>"
"<%1 style='width:100%;height:%2;outline:none;background-color:#f1f3f4;"
"object-fit:cover;' "
"controls controlsList='nodownload' src='file://%3' type='%4'/></body>";
"controls controlsList='nodownload noplaybackrate' src='file://%3' type='%4'/></body>";
QMimeDatabase db;
QMimeType mime = db.mimeTypeForFile(filePath);
QVariantMap fileInfo = isLocalImage(mime.name());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment