2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Slightly refactored code for menu with send options.

This commit is contained in:
23rd
2020-11-19 06:18:45 +03:00
committed by John Preston
parent e1017380ec
commit a2e4403b28
8 changed files with 15 additions and 28 deletions

View File

@@ -1134,7 +1134,7 @@ void FieldAutocomplete::Inner::contextMenuEvent(QContextMenuEvent *e) {
};
SendMenu::FillSendMenu(
_menu,
[&] { return type; },
type,
SendMenu::DefaultSilentCallback(send),
SendMenu::DefaultScheduleCallback(this, type, send));