mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
Fix copy of RSLink when on Only plain text mode in chat lobby. (sss
find)
This commit is contained in:
parent
aa471e5b2f
commit
8d82640f41
3 changed files with 10 additions and 1 deletions
|
@ -201,6 +201,8 @@ ChatWidget::ChatWidget(QWidget *parent) :
|
|||
menu->addMenu(fontmenu);
|
||||
|
||||
ui->actionSendAsPlainText->setChecked(Settings->getChatSendAsPlainTextByDef());
|
||||
ui->chatTextEdit->setOnlyPlainText(ui->actionSendAsPlainText->isChecked());
|
||||
connect(ui->actionSendAsPlainText, SIGNAL(toggled(bool)), ui->chatTextEdit, SLOT(setOnlyPlainText(bool)) );
|
||||
|
||||
ui->textBrowser->resetImagesStatus(Settings->getChatLoadEmbeddedImages());
|
||||
ui->textBrowser->installEventFilter(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue