mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-03 21:54:05 +02:00
Allow folder switching by swipes in vertical mode.
This commit is contained in:
parent
cdf27296e4
commit
b057d4fcb7
1 changed files with 1 additions and 3 deletions
|
@ -794,9 +794,7 @@ void Widget::setupSwipeBack() {
|
|||
}
|
||||
});
|
||||
}
|
||||
if (_chatFilters
|
||||
&& session().data().chatsFilters().has()
|
||||
&& isDisabled) {
|
||||
if (session().data().chatsFilters().has() && isDisabled) {
|
||||
_swipeBackMirrored = !isRightToLeft;
|
||||
using namespace Window;
|
||||
const auto next = !isRightToLeft;
|
||||
|
|
Loading…
Add table
Reference in a new issue