2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Version 0.10.18: new cute design for adding members to your groups.

This commit is contained in:
John Preston
2016-10-24 16:31:36 +03:00
parent c514c62d61
commit d2e27726ca
13 changed files with 52 additions and 46 deletions

View File

@@ -1086,9 +1086,9 @@ void AppClass::checkMapVersion() {
if (Local::oldMapVersion() < AppVersion) {
if (Local::oldMapVersion()) {
QString versionFeatures;
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 10014) {
versionFeatures = langNewVersionText(); //QString::fromUtf8("\xe2\x80\x94 New audio player design\n\xe2\x80\x94 Moved to Qt library version 5.6.2\n\nWindows 10:\n\xe2\x80\x94 Respecting quiet hours for the notifications");
} else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 10016) {
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 10017) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 New cute control for adding members to your groups");
} else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 10018) {
versionFeatures = langNewVersionText();
} else {
versionFeatures = lang(lng_new_version_minor).trimmed();