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
related to https://github.com/PrismLauncher/PrismLauncher/issues/3785 It doesn't fix it but it should at least allow users to skip the redownload of the meta files. So in a previous PR I added an automated way to refresh all the meta from the original index, to the component index to the actual index. Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
75f951fec9
commit
40b7cab3ed
4 changed files with 15 additions and 4 deletions
|
|
@ -870,6 +870,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