2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

version 0.7.20 prepared - passcodes in stable version

This commit is contained in:
John Preston
2015-03-12 15:23:08 +03:00
parent 79524885e3
commit 200bbc47d7
10 changed files with 26 additions and 35 deletions

View File

@@ -655,8 +655,8 @@ void Application::checkMapVersion() {
QString versionFeatures;
if (DevChannel && Local::oldMapVersion() < 7019) {
versionFeatures = QString::fromUtf8("\xe2\x80\x94 Passcode lock option added");
} else if (!DevChannel && Local::oldMapVersion() < 7017) {
versionFeatures = lang(lng_new_version_minor).trimmed();
} else if (!DevChannel && Local::oldMapVersion() < 7020) {
versionFeatures = lang(lng_new_version7020).trimmed();
}
if (!versionFeatures.isEmpty()) {
versionFeatures = lng_new_version_wrap(lt_version, QString::fromStdWString(AppVersionStr), lt_changes, versionFeatures, lt_link, qsl("https://desktop.telegram.org/#changelog"));