mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Added ability to start recording voice chat without title.
This commit is contained in:
parent
a429500b57
commit
be53bd5293
1 changed files with 0 additions and 4 deletions
|
@ -78,10 +78,6 @@ void StartGroupCallRecordingBox(
|
||||||
});
|
});
|
||||||
box->addButton(tr::lng_group_call_recording_start_button(), [=] {
|
box->addButton(tr::lng_group_call_recording_start_button(), [=] {
|
||||||
const auto result = input->getLastText().trimmed();
|
const auto result = input->getLastText().trimmed();
|
||||||
if (result.isEmpty()) {
|
|
||||||
input->showError();
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
box->closeBox();
|
box->closeBox();
|
||||||
done(result);
|
done(result);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue