mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Rich dropdown animations.
This commit is contained in:
@@ -105,7 +105,7 @@ void TopBarWidget::showMenu() {
|
||||
_menu.destroyDelayed();
|
||||
});
|
||||
_menu->moveToRight(0, 0);
|
||||
_menu->showAnimated();
|
||||
_menu->showAnimated(Ui::PanelAnimation::Origin::TopRight);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user