mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-19 12:22:47 +01:00
Fix broken "attachment" icon in msg previewer.
This commit is contained in:
parent
1fcf08258e
commit
f78fa305ca
@ -110,7 +110,7 @@ void WebViewer::loadMessages(const QList<Message>& messages, RootItem* root) {
|
||||
enc_url = QUrl::fromPercentEncoding(enc_url.toUtf8());
|
||||
|
||||
enclosures += skin.m_enclosureMarkup.arg(enc_url,
|
||||
QSL("📎"), enclosure.m_mimeType);
|
||||
QSL("🧷"), enclosure.m_mimeType);
|
||||
|
||||
if (enclosure.m_mimeType.startsWith(QSL("image/"))) {
|
||||
// Add thumbnail image.
|
||||
|
Loading…
Reference in New Issue
Block a user