mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +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
|
if (session().data().chatsFilters().has() && isDisabled) {
|
||||||
&& session().data().chatsFilters().has()
|
|
||||||
&& isDisabled) {
|
|
||||||
_swipeBackMirrored = !isRightToLeft;
|
_swipeBackMirrored = !isRightToLeft;
|
||||||
using namespace Window;
|
using namespace Window;
|
||||||
const auto next = !isRightToLeft;
|
const auto next = !isRightToLeft;
|
||||||
|
|
Loading…
Add table
Reference in a new issue