add hush/sd emoji, scroll to the end of chat after clicking new contact
This commit is contained in:
@@ -2721,6 +2721,18 @@ QObject::connect(emoji.stuck_out, &QPushButton::clicked, [&] () {
|
||||
emojiDialog.close();
|
||||
});
|
||||
|
||||
QObject::connect(emoji.hush_white, &QPushButton::clicked, [&] () {
|
||||
ui->memoTxtChat->insertHtml(":hush_white:");
|
||||
|
||||
emojiDialog.close();
|
||||
});
|
||||
|
||||
QObject::connect(emoji.sd, &QPushButton::clicked, [&] () {
|
||||
ui->memoTxtChat->insertHtml(":sd:");
|
||||
|
||||
emojiDialog.close();
|
||||
});
|
||||
|
||||
|
||||
|
||||
emojiDialog.exec();
|
||||
|
||||
Reference in New Issue
Block a user