2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

Version 0.9.49: disabling high dpi scaling in all systems except OS X.

This commit is contained in:
John Preston
2016-05-15 13:30:47 +03:00
parent fb024e2256
commit c2a5ab0c5a
7 changed files with 23 additions and 19 deletions

View File

@@ -1031,10 +1031,10 @@ void AppClass::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion()) {
QString versionFeatures;
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9041) {
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9049) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Select and copy text in photo / video captions and web page previews\n\xe2\x80\x94 Media player shortcuts are enabled only when player is opened");
// versionFeatures = langNewVersionText();
} else if (Local::oldMapVersion() < 9041) {
} else if (Local::oldMapVersion() < 9049) {
versionFeatures = langNewVersionText();
} else {
versionFeatures = lang(lng_new_version_minor).trimmed();