mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-05 03:14:28 +00:00
Merge tag 'v5.12.3' into dev
This commit is contained in:
@@ -1334,6 +1334,9 @@ void Widget::toggleFiltersMenu(bool enabled) {
|
||||
if (_layout == Layout::Child) {
|
||||
enabled = false;
|
||||
}
|
||||
if (const auto id = controller()->windowId(); id.forum() || id.folder()) {
|
||||
enabled = false;
|
||||
}
|
||||
if (!enabled == !_chatFilters) {
|
||||
return;
|
||||
} else if (enabled) {
|
||||
|
||||
Reference in New Issue
Block a user