mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-21 04:18:23 -04:00
Fixed in Chat window to add a enter when a preview picture is attached
This commit is contained in:
parent
b13411ac45
commit
6bcecec93f
1 changed files with 3 additions and 1 deletions
|
@ -1698,9 +1698,11 @@ void ChatWidget::fileHashingFinished(QList<HashedFile> hashedFiles)
|
||||||
if (!image.isEmpty()) {
|
if (!image.isEmpty()) {
|
||||||
message += QString("<img src=\"%1\">").arg(image);
|
message += QString("<img src=\"%1\">").arg(image);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
message += link.toHtmlSize();
|
message += link.toHtmlSize();
|
||||||
|
} else {
|
||||||
|
message += "<br>" + link.toHtmlSize();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (it != hashedFiles.end()) {
|
if (it != hashedFiles.end()) {
|
||||||
message += "<BR>";
|
message += "<BR>";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue