diff --git a/src/RunGui.cpp b/src/RunGui.cpp index a68ac55d..f4a11b19 100644 --- a/src/RunGui.cpp +++ b/src/RunGui.cpp @@ -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");