2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Moved code for send context menu to separate file.

This commit is contained in:
23rd
2020-08-09 14:28:39 +03:00
committed by John Preston
parent 1fee7d1a41
commit edceed28d7
16 changed files with 163 additions and 121 deletions

View File

@@ -17,7 +17,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "data/data_photo_media.h"
#include "data/data_document_media.h"
#include "data/stickers/data_stickers.h"
#include "chat_helpers/message_field.h" // FillSendMenu
#include "chat_helpers/send_context_menu.h" // FillSendMenu
#include "ui/widgets/buttons.h"
#include "ui/widgets/input_fields.h"
#include "ui/widgets/popup_menu.h"