2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix build for Windows.

This commit is contained in:
John Preston
2020-01-18 17:39:00 +03:00
parent 465a42a825
commit bdfa080701
3 changed files with 3 additions and 3 deletions

View File

@@ -730,7 +730,7 @@ void SetupSendMenuAndShortcuts(
return true;
}))
||
(request->check(Command::SendMessage) && request->handle([=] {
(request->check(Command::JustSendMessage) && request->handle([=] {
const auto post = [&](QEvent::Type type) {
QApplication::postEvent(
button,