mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
add a option to skip meta refresh on launch (#5267)
This commit is contained in:
commit
519d8f7385
4 changed files with 15 additions and 4 deletions
|
|
@ -871,6 +871,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
|
|||
resetIfInvalid(m_settings->registerSetting("LegacyFMLLibsURLOverride", "").get());
|
||||
}
|
||||
|
||||
m_settings->registerSetting("MetaRefreshOnLaunch", true);
|
||||
m_settings->registerSetting("CloseAfterLaunch", false);
|
||||
m_settings->registerSetting("QuitAfterGameStop", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue