2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Show correct tooltip on stopping recording.

This commit is contained in:
John Preston
2021-03-10 18:46:02 +04:00
parent 8ba77defeb
commit a8a85b2acf
4 changed files with 12 additions and 0 deletions

View File

@@ -580,6 +580,8 @@ void GroupPanel::subscribeToChanges(not_null<Data::GroupCall*> real) {
widget(),
(recorded
? tr::lng_group_call_recording_started(tr::now)
: (_call && _call->recordingStoppedByMe())
? tr::lng_group_call_recording_saved(tr::now)
: tr::lng_group_call_recording_stopped(tr::now)));
}, widget()->lifetime());
validateRecordingMark(real->recordStartDate() != 0);