mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 22:27:20 +02:00
scale to dbisOne in retina
This commit is contained in:
parent
a8e9c1b9e2
commit
a378172775
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ Application::Application(int &argc, char **argv) : PsApplication(argc, argv),
|
|||
cSetRetina(true);
|
||||
cSetRetinaFactor(devicePixelRatio());
|
||||
cSetIntRetinaFactor(int32(cRetinaFactor()));
|
||||
cSetConfigScale(dbisOne);
|
||||
cSetRealScale(dbisOne);
|
||||
}
|
||||
|
||||
if (cLang() < languageTest) {
|
||||
|
|
Loading…
Add table
Reference in a new issue