mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
Added spellchecker to Replies / Scheduled messages sections.
Fixed #8793.
This commit is contained in:
parent
bc8f8bc68c
commit
3a2b772a5d
1 changed files with 1 additions and 0 deletions
|
@ -1005,6 +1005,7 @@ void ComposeControls::initField() {
|
|||
_field,
|
||||
&_window->session());
|
||||
_raiseEmojiSuggestions = [=] { suggestions->raise(); };
|
||||
InitSpellchecker(_window, _field);
|
||||
}
|
||||
|
||||
void ComposeControls::fieldChanged() {
|
||||
|
|
Loading…
Add table
Reference in a new issue