mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-19 14:30:43 -04:00
added load image option in forum posts when images are to be displayed
This commit is contained in:
parent
60408b3799
commit
2c019d984f
3 changed files with 48 additions and 27 deletions
|
@ -213,6 +213,8 @@ GxsForumThreadWidget::GxsForumThreadWidget(const RsGxsGroupId &forumId, QWidget
|
|||
ui->line_2->hide() ;
|
||||
ui->by_text_label->hide() ;
|
||||
ui->by_label->hide() ;
|
||||
ui->postText->setImageBlockWidget(ui->imageBlockWidget);
|
||||
ui->postText->resetImagesStatus(Settings->getForumLoadEmbeddedImages()) ;
|
||||
|
||||
ui->subscribeToolButton->setToolTip(tr("<p>Subscribing to the forum will gather \
|
||||
available posts from your subscribed friends, and make the \
|
||||
|
@ -590,6 +592,7 @@ void GxsForumThreadWidget::changedThread()
|
|||
if (mFillThread) {
|
||||
return;
|
||||
}
|
||||
ui->postText->resetImagesStatus(Settings->getForumLoadEmbeddedImages()) ;
|
||||
|
||||
insertMessage();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue