mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-21 12:28:26 -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()) {
|
||||
message += QString("<img src=\"%1\">").arg(image);
|
||||
}
|
||||
message += link.toHtmlSize();
|
||||
} else {
|
||||
message += "<br>" + link.toHtmlSize();
|
||||
}
|
||||
}
|
||||
message += link.toHtmlSize();
|
||||
|
||||
if (it != hashedFiles.end()) {
|
||||
message += "<BR>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue