Show better tooltip for force muted in voice chat.

This commit is contained in:
John Preston 2020-12-22 19:38:02 +04:00
parent 7fd09084fd
commit c80da25450
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ void TopBar::initControls() {
call->setMuted(!call->muted());
} else if (const auto group = _groupCall.get()) {
if (group->muted() == MuteState::ForceMuted) {
Ui::Toast::Show(tr::lng_group_call_force_muted(tr::now));
Ui::Toast::Show(tr::lng_group_call_force_muted_sub(tr::now));
} else {
group->setMuted((group->muted() == MuteState::Muted)
? MuteState::Active