Mark setting as optional
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
d49f81d132
commit
7112d04df5
3 changed files with 5 additions and 5 deletions
|
@ -580,7 +580,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
|
|||
m_settings->registerSetting("IgnoreJavaWizard", false);
|
||||
|
||||
// Legacy settings
|
||||
m_settings->registerSetting("OnlineFixes", true);
|
||||
m_settings->registerSetting("OnlineFixes", false);
|
||||
|
||||
// Native library workarounds
|
||||
m_settings->registerSetting("UseNativeOpenAL", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue