mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 05:37:42 +02:00
Use override-based setting for online fixes
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -614,6 +614,9 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
||||
// Mod loader settings
|
||||
m_settings->registerSetting("DisableQuiltBeacon", false);
|
||||
|
||||
// Legacy settings
|
||||
m_settings->registerSetting("OnlineFixes", true);
|
||||
|
||||
// Native library workarounds
|
||||
m_settings->registerSetting("UseNativeOpenAL", false);
|
||||
m_settings->registerSetting("UseNativeGLFW", false);
|
||||
|
Reference in New Issue
Block a user