mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-11 08:48:14 +00:00
Fixed position of toggle menu button in downloads narrow section.
This commit is contained in:
parent
4207995ef0
commit
8175fd19de
@ -503,6 +503,8 @@ bool WrapWidget::requireTopBarSearch() const {
|
||||
} else if (_controller->wrap() == Wrap::Layer
|
||||
|| _controller->section().type() == Section::Type::Profile) {
|
||||
return false;
|
||||
} else if (key().isDownloads()) {
|
||||
return false;
|
||||
} else if (hasStackHistory()) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user