mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 00:39:55 +00:00
version 0.7.4 - german and dutch languages, some lang fixes
This commit is contained in:
@@ -244,7 +244,7 @@ void TitleWidget::updateCounter() {
|
||||
case dbisOneAndHalf: size = -24; break;
|
||||
case dbisTwo: size = -32; break;
|
||||
}
|
||||
_counter = QPixmap::fromImage(App::wnd()->iconWithCounter(size, counter, bg, false));
|
||||
_counter = QPixmap::fromImage(App::wnd()->iconWithCounter(size, counter, bg, false), Qt::ColorOnly);
|
||||
_counter.setDevicePixelRatio(cRetinaFactor());
|
||||
update(QRect(st::titleIconPos, st::titleIconImg.pxSize()));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user