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
|
} else if (_controller->wrap() == Wrap::Layer
|
||||||
|| _controller->section().type() == Section::Type::Profile) {
|
|| _controller->section().type() == Section::Type::Profile) {
|
||||||
return false;
|
return false;
|
||||||
|
} else if (key().isDownloads()) {
|
||||||
|
return false;
|
||||||
} else if (hasStackHistory()) {
|
} else if (hasStackHistory()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue