This commit is contained in:
fourtf
2019-10-03 21:40:59 +02:00
parent 08004b9181
commit a08ca1333f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -129,8 +129,8 @@ int Application::run(QApplication &qtApp)
this->windows->getMainWindow().show();
getSettings()->betaUpdates.connect(
[] { Updates::getInstance().checkForUpdates(); }, false);
// getSettings()->betaUpdates.connect(
// [] { Updates::getInstance().checkForUpdates(); }, false);
return qtApp.exec();
}