mirror of https://github.com/procxx/kepka.git
Added permanent date display for sticker when fast action is enabled.
This commit is contained in:
parent
0ee47bb10f
commit
06fbb2edc4
|
@ -150,7 +150,7 @@ void UnwrappedMedia::drawSurrounding(
|
|||
const auto rightAction = _parent->displayRightAction();
|
||||
const auto fullRight = calculateFullRight(inner);
|
||||
auto fullBottom = height();
|
||||
if (needInfoDisplay()) {
|
||||
if (rightAction ? true : needInfoDisplay()) {
|
||||
_parent->drawInfo(
|
||||
p,
|
||||
fullRight,
|
||||
|
|
Loading…
Reference in New Issue