mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Fixed ripple color of main menu button in narrow forum state.
This commit is contained in:
@@ -427,6 +427,14 @@ Widget::Widget(
|
|||||||
updateControlsGeometry();
|
updateControlsGeometry();
|
||||||
}, lifetime());
|
}, lifetime());
|
||||||
|
|
||||||
|
_childListShown.changes(
|
||||||
|
) | rpl::filter((rpl::mappers::_1 == 0.) || (rpl::mappers::_1 == 1.)
|
||||||
|
) | rpl::start_with_next([=](float64 shown) {
|
||||||
|
const auto color = (shown > 0.) ? &st::dialogsRippleBg : nullptr;
|
||||||
|
_mainMenuToggle->setRippleColorOverride(color);
|
||||||
|
_searchForNarrowFilters->setRippleColorOverride(color);
|
||||||
|
}, lifetime());
|
||||||
|
|
||||||
setupDownloadBar();
|
setupDownloadBar();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user