2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 09:05:14 +00:00

Version 1.0.26: Better appx manifest, update langs.

This commit is contained in:
John Preston
2017-03-22 01:41:12 +03:00
parent 23f23e3ca5
commit e6d94b5ee7
15 changed files with 383 additions and 42 deletions

View File

@@ -676,7 +676,7 @@ void Messenger::checkMapVersion() {
QString versionFeatures;
if ((cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000025) {
versionFeatures = QString::fromUtf8("\xE2\x80\x94 Edit your account phone number in Settings.");
} else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000012) {
} else if (!(cAlphaVersion() || cBetaVersion()) && Local::oldMapVersion() < 1000026) {
versionFeatures = langNewVersionText();
} else {
versionFeatures = lang(lng_new_version_minor).trimmed();