Added spellchecker to Replies / Scheduled messages sections.

Fixed #8793.
This commit is contained in:
23rd 2020-10-22 19:30:23 +03:00 committed by John Preston
parent bc8f8bc68c
commit 3a2b772a5d
1 changed files with 1 additions and 0 deletions

View File

@ -1005,6 +1005,7 @@ void ComposeControls::initField() {
_field,
&_window->session());
_raiseEmojiSuggestions = [=] { suggestions->raise(); };
InitSpellchecker(_window, _field);
}
void ComposeControls::fieldChanged() {