Skip to content

Commit 3bdc758

Browse files
authored
feat(proxy): use system proxy by default (#156)
2 parents ae60cac + 58ce3c4 commit 3bdc758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launcher/Application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
749749
m_settings->registerSetting({ "MinecraftWinHeight", "MCWindowHeight" }, 480);
750750

751751
// Proxy Settings
752-
m_settings->registerSetting("ProxyType", "None");
752+
m_settings->registerSetting("ProxyType", "Default");
753753
m_settings->registerSetting({ "ProxyAddr", "ProxyHostName" }, "127.0.0.1");
754754
m_settings->registerSetting("ProxyPort", 8080);
755755
m_settings->registerSetting({ "ProxyUser", "ProxyUsername" }, "");

0 commit comments

Comments
 (0)