mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
half warnings fixed, half disabled for mac build, custom openssl build used, fixed notify activate, bold fonts etc
This commit is contained in:
@@ -417,7 +417,7 @@ void Application::startUpdateCheck(bool forceWait) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (cManyInstance() && !cDebug() || cPlatform() == dbipMac) return; // only main instance is updating
|
||||
if ((cManyInstance() && !cDebug()) || cPlatform() == dbipMac) return; // only main instance is updating
|
||||
|
||||
if (sendRequest) {
|
||||
QNetworkRequest checkVersion(QUrl(qsl("http://tdesktop.com/win/tupdates/current")));
|
||||
|
||||
Reference in New Issue
Block a user