diff --git a/Telegram/SourceFiles/boxes/peers/edit_contact_box.cpp b/Telegram/SourceFiles/boxes/peers/edit_contact_box.cpp index 7177835795..dc9ec0bfe3 100644 --- a/Telegram/SourceFiles/boxes/peers/edit_contact_box.cpp +++ b/Telegram/SourceFiles/boxes/peers/edit_contact_box.cpp @@ -288,6 +288,7 @@ void Controller::setupNotesField() { tr::lng_contact_add_notes(), QString()), st::addContactFieldMargin); + _notesField->setMarkdownSet(Ui::MarkdownSet::Notes); _notesField->setCustomTextContext(Core::TextContext({ .session = &_user->session() }));