2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Add a power saving option to stop user statuses.

This commit is contained in:
John Preston
2023-03-10 10:44:36 +04:00
parent 3b3ee6fbbe
commit e6b92eaf37
7 changed files with 9 additions and 4 deletions

View File

@@ -560,7 +560,7 @@ void EmojiStatusTopBar::paint(QPainter &p) {
: QColor(0, 0, 0, 0)),
false,
crl::now(),
_paused);
_paused || On(PowerSaving::kEmojiStatus));
p.drawImage(_rect.toRect(), frame.image);
if (!_paused) {