2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 15:35:51 +00:00

Alpha version 0.10.3: new settings design, first OS X version by GYP.

This commit is contained in:
John Preston
2016-09-02 12:28:18 -04:00
parent 07dffb948d
commit 73b81ac1f4
7 changed files with 20 additions and 25 deletions

View File

@@ -1065,8 +1065,8 @@ void AppClass::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion()) {
QString versionFeatures;
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 9058) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Alpha version of an embedded video player");
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 10003) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 New cute design for the Settings page");
} else if (Local::oldMapVersion() < 10000) {
versionFeatures = langNewVersionText();
} else {