mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-06 11:52:58 +00:00
Added ability to switch filters in share and forward boxes with hotkey.
This commit is contained in:
@@ -3052,7 +3052,10 @@ base::weak_qptr<Ui::BoxContent> ShowForwardMessagesBox(
|
||||
*lastFilterId = id;
|
||||
applyFilter(box, id);
|
||||
},
|
||||
Window::GifPauseReason::Layer);
|
||||
Window::GifPauseReason::Layer,
|
||||
nullptr,
|
||||
false,
|
||||
true);
|
||||
chatsFilters->lower();
|
||||
rpl::combine(
|
||||
chatsFilters->heightValue(),
|
||||
|
||||
Reference in New Issue
Block a user