1
0
Fork 0
mirror of https://github.com/Chatterino/chatterino2.git synced 2024-11-21 22:24:07 +01:00

Revert "test "

This reverts commit 5aff7b0b40.
This commit is contained in:
fourtf 2019-10-03 22:17:54 +02:00
parent f3ff40385d
commit 34749c9d3d

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");