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

Fix auto interface scale by primary screen dpi.

This commit is contained in:
John Preston
2018-10-26 14:58:46 +04:00
parent 91a6af71a0
commit 711b8cfa36
5 changed files with 22 additions and 51 deletions

View File

@@ -1383,7 +1383,7 @@ bool _readSetting(quint32 blockId, QDataStream &stream, int version, ReadSetting
case kOneAndHalf: return 150;
case kTwo: return 200;
}
return cRealScale();
return cConfigScale();
}());
} break;