mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Beta version 2.4.12: Fix Release build on macOS.
This commit is contained in:
parent
d55a05739b
commit
468597f54d
1 changed files with 2 additions and 1 deletions
|
@ -258,7 +258,8 @@ void TopBar::initControls() {
|
|||
? _call->mutedValue() | rpl::map(mapToState)
|
||||
: (_groupCall->mutedValue()
|
||||
| MapPushToTalkToActive()
|
||||
| rpl::distinct_until_changed());
|
||||
| rpl::distinct_until_changed()
|
||||
| rpl::type_erased());
|
||||
std::move(
|
||||
muted
|
||||
) | rpl::start_with_next([=](MuteState state) {
|
||||
|
|
Loading…
Add table
Reference in a new issue