mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +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