Skip to content

Commit

Permalink
perf: don't check java compatibility by default
Browse files Browse the repository at this point in the history
Signed-off-by: windstone <notwindstone@gmail.com>
  • Loading branch information
notwindstone authored Jul 11, 2024
1 parent 4ae044a commit 0ed01a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
m_settings->registerSetting("JavaVendor", "");
m_settings->registerSetting("LastHostname", "");
m_settings->registerSetting("JvmArgs", "");
m_settings->registerSetting("IgnoreJavaCompatibility", false);
m_settings->registerSetting("IgnoreJavaCompatibility", true);
m_settings->registerSetting("IgnoreJavaWizard", false);

// Legacy settings
Expand Down

0 comments on commit 0ed01a4

Please sign in to comment.