Added ability to switch filters in share and forward boxes with hotkey.

This commit is contained in:
23rd
2026-05-18 22:23:00 +03:00
parent 95369274bb
commit da18b61251
6 changed files with 38 additions and 5 deletions
+4 -1
View File
@@ -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();