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

fixed libwebp crash (qt patch improved), langs updated

This commit is contained in:
John Preston
2015-01-29 11:58:11 +03:00
parent e1f995ab90
commit a8e9c1b9e2
10 changed files with 1412 additions and 12 deletions

View File

@@ -1631,6 +1631,7 @@ namespace App {
case dbisOneAndHalf: s = dbisOneAndHalf; break;
case dbisTwo: s = dbisTwo; break;
}
if (cRetina()) s = dbisOne;
cSetConfigScale(s);
cSetRealScale(s);
} break;