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

fixed unread loading, fixed map rewrite in new version - 0.6.19

This commit is contained in:
John Preston
2014-12-13 01:32:06 +03:00
parent 21460d59fb
commit 3a73ece59d
8 changed files with 19 additions and 17 deletions

View File

@@ -679,7 +679,7 @@ void Application::startApp() {
QNetworkProxyFactory::setUseSystemConfiguration(true);
if (Local::oldMapVersion() < AppVersion) {
psRegisterCustomScheme();
if (Local::oldMapVersion() && AppVersion == FeaturesNotifyVersion) {
if (Local::oldMapVersion() && Local::oldMapVersion() <= FeaturesNotifyVersionFrom && AppVersion == FeaturesNotifyVersion) {
QString versionFeatures(QString::fromUtf8(FeaturesNotify));
if (!versionFeatures.isEmpty()) {
window->serviceNotification(versionFeatures);