mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Added ability to provide custom top bar mask to Window::SlideAnimation.
This commit is contained in:
@@ -157,6 +157,7 @@ void SectionWidget::showAnimated(
|
||||
_showAnimation->setTopBarShadow(params.withTopBarShadow);
|
||||
_showAnimation->setWithFade(params.withFade);
|
||||
_showAnimation->setTopSkip(params.topSkip);
|
||||
_showAnimation->setTopBarMask(params.topMask);
|
||||
_showAnimation->start();
|
||||
|
||||
show();
|
||||
|
Reference in New Issue
Block a user