2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

version 0.7.1 - bugfixes, korean font in linux, exec-by-link fixed in linux

This commit is contained in:
John Preston
2014-12-16 20:39:02 +03:00
parent d7d7e602bc
commit d10715a96c
7 changed files with 16 additions and 17 deletions

View File

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