Revert "test #4"

This reverts commit a08ca1333f.
This commit is contained in:
fourtf 2019-10-03 22:17:57 +02:00
parent 34749c9d3d
commit 9d1213ecad
2 changed files with 3 additions and 3 deletions

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();
}

View file

@ -165,7 +165,7 @@ void runGui(QApplication &a, Paths &paths, Settings &settings)
});
chatterino::NetworkManager::init();
// chatterino::Updates::getInstance().checkForUpdates();
chatterino::Updates::getInstance().checkForUpdates();
#ifdef C_USE_BREAKPAD
QBreakpadInstance.setDumpPath(getPaths()->settingsFolderPath + "/Crashes");