mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 23:57:16 +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
|
||||
|| _controller->section().type() == Section::Type::Profile) {
|
||||
return false;
|
||||
} else if (key().isDownloads()) {
|
||||
return false;
|
||||
} else if (hasStackHistory()) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue