mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix media editing in topics.
This commit is contained in:
parent
ab5e7b1588
commit
07b93e1e02
1 changed files with 1 additions and 1 deletions
|
@ -2142,7 +2142,7 @@ void ComposeControls::initSendButton() {
|
||||||
_send.get(),
|
_send.get(),
|
||||||
_show,
|
_show,
|
||||||
[=] { return sendButtonMenuDetails(); },
|
[=] { return sendButtonMenuDetails(); },
|
||||||
SendMenu::DefaultCallback(_show, send));
|
sendAction);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ComposeControls::initSendAsButton(not_null<PeerData*> peer) {
|
void ComposeControls::initSendAsButton(not_null<PeerData*> peer) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue