mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 22:54:01 +02:00
Version 2.3: Fix emoji fingerprint on Retina.
This commit is contained in:
parent
b6a66bbf1b
commit
887b6629f6
1 changed files with 1 additions and 0 deletions
|
@ -235,6 +235,7 @@ object_ptr<Ui::RpWidget> CreateFingerprintAndSignalBars(
|
|||
const auto background = raw->lifetime().make_state<QImage>(
|
||||
fullSize * cIntRetinaFactor(),
|
||||
QImage::Format_ARGB32_Premultiplied);
|
||||
background->setDevicePixelRatio(cRetinaFactor());
|
||||
rpl::merge(
|
||||
rpl::single(rpl::empty_value()),
|
||||
Ui::Emoji::Updated(),
|
||||
|
|
Loading…
Add table
Reference in a new issue