mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-03 16:15:13 +00:00
Subscription status display.
This commit is contained in:
@@ -1156,6 +1156,10 @@ rpl::producer<bool> WrapWidget::grabbingForExpanding() const {
|
||||
return _grabbingForExpanding.value();
|
||||
}
|
||||
|
||||
const Ui::RoundRect *WrapWidget::bottomSkipRounding() const {
|
||||
return _content->bottomSkipRounding();
|
||||
}
|
||||
|
||||
bool WrapWidget::hasBackButton() const {
|
||||
return (wrap() == Wrap::Narrow || hasStackHistory());
|
||||
}
|
||||
|
Reference in New Issue
Block a user