mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +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(), [=] {
|
||||
const auto result = input->getLastText().trimmed();
|
||||
if (result.isEmpty()) {
|
||||
input->showError();
|
||||
return;
|
||||
}
|
||||
box->closeBox();
|
||||
done(result);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue