From 5aff7b0b408335425f994b84f6e910a15aa5867b Mon Sep 17 00:00:00 2001 From: fourtf Date: Thu, 3 Oct 2019 21:52:10 +0200 Subject: [PATCH] test #5 --- src/RunGui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");