mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02: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);
|
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
||||||
if (Local::oldMapVersion() < AppVersion || true) {
|
if (Local::oldMapVersion() < AppVersion) {
|
||||||
psRegisterCustomScheme();
|
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")));
|
QString versionFeatures(lng_new_version7003(lt_version, QString::fromStdWString(AppVersionStr), lt_link, qsl("https://desktop.telegram.org/#changelog")));
|
||||||
if (!versionFeatures.isEmpty()) {
|
if (!versionFeatures.isEmpty()) {
|
||||||
window->serviceNotification(versionFeatures);
|
window->serviceNotification(versionFeatures);
|
||||||
|
|
Loading…
Add table
Reference in a new issue