This commit is contained in:
fourtf 2019-10-03 21:52:10 +02:00
parent a08ca1333f
commit 5aff7b0b40

View file

@ -166,7 +166,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");