mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Beta version 2.4.15: Fix build on macOS.
This commit is contained in:
parent
4ef2918bcc
commit
9c20cf3543
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ void TopBar::initControls() {
|
||||||
auto muted = _call
|
auto muted = _call
|
||||||
? rpl::combine(
|
? rpl::combine(
|
||||||
_call->mutedValue() | rpl::map(mapToState),
|
_call->mutedValue() | rpl::map(mapToState),
|
||||||
rpl::single(false))
|
rpl::single(false)) | rpl::type_erased()
|
||||||
: rpl::combine(
|
: rpl::combine(
|
||||||
(_groupCall->mutedValue()
|
(_groupCall->mutedValue()
|
||||||
| MapPushToTalkToActive()
|
| MapPushToTalkToActive()
|
||||||
|
|
Loading…
Add table
Reference in a new issue