mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
test #4
This commit is contained in:
parent
08004b9181
commit
a08ca1333f
2 changed files with 3 additions and 3 deletions
|
@ -129,8 +129,8 @@ int Application::run(QApplication &qtApp)
|
||||||
|
|
||||||
this->windows->getMainWindow().show();
|
this->windows->getMainWindow().show();
|
||||||
|
|
||||||
getSettings()->betaUpdates.connect(
|
// getSettings()->betaUpdates.connect(
|
||||||
[] { Updates::getInstance().checkForUpdates(); }, false);
|
// [] { Updates::getInstance().checkForUpdates(); }, false);
|
||||||
|
|
||||||
return qtApp.exec();
|
return qtApp.exec();
|
||||||
}
|
}
|
||||||
|
|
|
@ -166,7 +166,7 @@ void runGui(QApplication &a, Paths &paths, Settings &settings)
|
||||||
});
|
});
|
||||||
|
|
||||||
chatterino::NetworkManager::init();
|
chatterino::NetworkManager::init();
|
||||||
chatterino::Updates::getInstance().checkForUpdates();
|
// chatterino::Updates::getInstance().checkForUpdates();
|
||||||
|
|
||||||
#ifdef C_USE_BREAKPAD
|
#ifdef C_USE_BREAKPAD
|
||||||
QBreakpadInstance.setDumpPath(getPaths()->settingsFolderPath + "/Crashes");
|
QBreakpadInstance.setDumpPath(getPaths()->settingsFolderPath + "/Crashes");
|
||||||
|
|
Loading…
Reference in a new issue