2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

version 0.8.22.dev prepared - new OpenAL version, new Auto-Update (no temp -> ready rename), some fixes

This commit is contained in:
John Preston
2015-06-04 16:04:34 +03:00
parent b6325ec9d4
commit 6d8f277904
9 changed files with 16 additions and 18 deletions

View File

@@ -640,10 +640,8 @@ void Application::checkMapVersion() {
psRegisterCustomScheme();
if (Local::oldMapVersion()) {
QString versionFeatures;
if (DevChannel && Local::oldMapVersion() < 8020) {
if (DevChannel && Local::oldMapVersion() < 8022) {
versionFeatures = lang(lng_new_version_minor).trimmed();// QString::fromUtf8("\xe2\x80\x94 Video captions are displayed\n\xe2\x80\x94 Photo captions are displayed in photo viewer\n\xe2\x80\x94 Round corners for messages").replace('@', qsl("@") + QChar(0x200D));
} else if (!DevChannel && Local::oldMapVersion() < 8016) {
versionFeatures = lang(lng_new_version_text).trimmed();
} else if (!DevChannel && Local::oldMapVersion() < 8021) {
versionFeatures = lang(lng_new_version_text).trimmed();
}