mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
parent
99c8edb3eb
commit
632639d581
2 changed files with 1 additions and 1 deletions
|
@ -1662,6 +1662,7 @@ void InitFieldAutocomplete(
|
||||||
const auto field = descriptor.field;
|
const auto field = descriptor.field;
|
||||||
|
|
||||||
field->rawTextEdit()->installEventFilter(raw);
|
field->rawTextEdit()->installEventFilter(raw);
|
||||||
|
field->customTab(true);
|
||||||
|
|
||||||
raw->mentionChosen(
|
raw->mentionChosen(
|
||||||
) | rpl::start_with_next([=](FieldAutocomplete::MentionChosen data) {
|
) | rpl::start_with_next([=](FieldAutocomplete::MentionChosen data) {
|
||||||
|
|
|
@ -581,7 +581,6 @@ void InitMessageField(
|
||||||
[=] { return show->paused(ChatHelpers::PauseReason::Any); },
|
[=] { return show->paused(ChatHelpers::PauseReason::Any); },
|
||||||
std::move(allowPremiumEmoji));
|
std::move(allowPremiumEmoji));
|
||||||
InitMessageFieldGeometry(field);
|
InitMessageFieldGeometry(field);
|
||||||
field->customTab(true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void InitMessageField(
|
void InitMessageField(
|
||||||
|
|
Loading…
Add table
Reference in a new issue