Fixed position of toggle menu button in downloads narrow section.

This commit is contained in:
23rd 2022-10-13 19:13:53 +03:00 committed by John Preston
parent 4207995ef0
commit 8175fd19de
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}