From 34749c9d3d2f2c4935352c127ea603db7cf3360d Mon Sep 17 00:00:00 2001 From: fourtf Date: Thu, 3 Oct 2019 22:17:54 +0200 Subject: [PATCH] Revert "test #5" This reverts commit 5aff7b0b408335425f994b84f6e910a15aa5867b. --- src/RunGui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RunGui.cpp b/src/RunGui.cpp index 523a3c9fa..1fd790e19 100644 --- a/src/RunGui.cpp +++ b/src/RunGui.cpp @@ -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");