mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
removed each time new version notification
This commit is contained in:
parent
92d28ca6ac
commit
6e969d5e85
1 changed files with 2 additions and 2 deletions
|
@ -695,9 +695,9 @@ void Application::startApp() {
|
|||
}
|
||||
|
||||
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
||||
if (Local::oldMapVersion() < AppVersion || true) {
|
||||
if (Local::oldMapVersion() < AppVersion) {
|
||||
psRegisterCustomScheme();
|
||||
if (Local::oldMapVersion() && Local::oldMapVersion() < 7003 || true) {
|
||||
if (Local::oldMapVersion() && Local::oldMapVersion() < 7003) {
|
||||
QString versionFeatures(lng_new_version7003(lt_version, QString::fromStdWString(AppVersionStr), lt_link, qsl("https://desktop.telegram.org/#changelog")));
|
||||
if (!versionFeatures.isEmpty()) {
|
||||
window->serviceNotification(versionFeatures);
|
||||
|
|
Loading…
Add table
Reference in a new issue