mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Use new buttons and phrases.
This commit is contained in:
@@ -389,8 +389,8 @@ void GroupPanel::initWithCall(GroupCall *call) {
|
||||
: mute == MuteState::ForceMuted
|
||||
? tr::lng_group_call_force_muted(tr::now)
|
||||
: mute != MuteState::Active
|
||||
? tr::lng_call_unmute_audio(tr::now)
|
||||
: tr::lng_call_mute_audio(tr::now)),
|
||||
? tr::lng_group_call_unmute(tr::now)
|
||||
: tr::lng_group_call_you_are_live(tr::now)),
|
||||
.type = (connecting
|
||||
? Ui::CallMuteButtonType::Connecting
|
||||
: mute == MuteState::ForceMuted
|
||||
|
||||
+1
-1
Submodule Telegram/lib_ui updated: 5897e357bf...84b3ac9b58
Reference in New Issue
Block a user