mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
parent
d6ba092697
commit
400d4b793a
1 changed files with 4 additions and 0 deletions
|
@ -241,6 +241,10 @@ void Controller::createContent() {
|
|||
) | rpl::start_with_next([=](bool toggled) {
|
||||
_dataSavedValue->joinToWrite = toggled;
|
||||
}, wrap->lifetime());
|
||||
} else {
|
||||
_controls.whoSendWrap->toggle(
|
||||
(_controls.privacy->value() == Privacy::HasUsername),
|
||||
anim::type::instant);
|
||||
}
|
||||
auto joinToWrite = _controls.joinToWrite
|
||||
? _controls.joinToWrite->toggledValue()
|
||||
|
|
Loading…
Add table
Reference in a new issue