mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-30 22:16:14 +00:00
Add a power saving option to stop user statuses.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user