Customizable folder browsing is same as for the instance folder. Syste Proxy usage.
This commit is contained in:
parent
e7e03c2b54
commit
946d397cce
2 changed files with 17 additions and 8 deletions
|
@ -149,6 +149,9 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
|
|||
// init the http meta cache
|
||||
initHttpMetaCache();
|
||||
|
||||
// set up a basic autodetected proxy (system default)
|
||||
QNetworkProxyFactory::setUseSystemConfiguration(true);
|
||||
|
||||
// create the global network manager
|
||||
m_qnam.reset(new QNetworkAccessManager(this));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue