mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix undesired lock/unlock button visibility.
This commit is contained in:
parent
04a969cc5f
commit
585bbd45f4
1 changed files with 1 additions and 0 deletions
|
@ -240,6 +240,7 @@ Widget::Widget(
|
||||||
_childListShown.value(),
|
_childListShown.value(),
|
||||||
makeChildListShown)));
|
makeChildListShown)));
|
||||||
_scrollToTop->raise();
|
_scrollToTop->raise();
|
||||||
|
_lockUnlock->toggle(false, anim::type::instant);
|
||||||
|
|
||||||
_inner->updated(
|
_inner->updated(
|
||||||
) | rpl::start_with_next([=] {
|
) | rpl::start_with_next([=] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue