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:
@@ -366,7 +366,10 @@ void ShareBox::prepare() {
|
||||
_inner->applyChatFilter(id);
|
||||
scrollToY(0);
|
||||
},
|
||||
Window::GifPauseReason::Layer);
|
||||
Window::GifPauseReason::Layer,
|
||||
nullptr,
|
||||
false,
|
||||
true);
|
||||
chatsFilters->lower();
|
||||
chatsFilters->heightValue() | rpl::on_next([this](int h) {
|
||||
updateScrollSkips();
|
||||
|
||||
Reference in New Issue
Block a user