mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Move some settings from global to Session.
This commit is contained in:
@@ -800,7 +800,8 @@ void Notification::showReplyField() {
|
||||
_replyArea->setMaxLength(MaxMessageSize);
|
||||
_replyArea->setSubmitSettings(Ui::InputField::SubmitSettings::Both);
|
||||
_replyArea->setInstantReplaces(Ui::InstantReplaces::Default());
|
||||
_replyArea->setInstantReplacesEnabled(Global::ReplaceEmojiValue());
|
||||
_replyArea->setInstantReplacesEnabled(
|
||||
_item->history()->session().settings().replaceEmojiValue());
|
||||
_replyArea->setMarkdownReplacesEnabled(rpl::single(true));
|
||||
|
||||
// Catch mouse press event to activate the window.
|
||||
|
Reference in New Issue
Block a user