mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fixed position of toggle menu button in downloads narrow section.
This commit is contained in:
parent
4207995ef0
commit
8175fd19de
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue