mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-07-27 16:03:03 +02:00
Added permanent date display for sticker when fast action is enabled.
This commit is contained in:
parent
0ee47bb10f
commit
06fbb2edc4
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ void UnwrappedMedia::drawSurrounding(
|
||||||
const auto rightAction = _parent->displayRightAction();
|
const auto rightAction = _parent->displayRightAction();
|
||||||
const auto fullRight = calculateFullRight(inner);
|
const auto fullRight = calculateFullRight(inner);
|
||||||
auto fullBottom = height();
|
auto fullBottom = height();
|
||||||
if (needInfoDisplay()) {
|
if (rightAction ? true : needInfoDisplay()) {
|
||||||
_parent->drawInfo(
|
_parent->drawInfo(
|
||||||
p,
|
p,
|
||||||
fullRight,
|
fullRight,
|
||||||
|
|
Loading…
Add table
Reference in a new issue