add setting to controll game assets download

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2026-04-10 20:12:03 +03:00
parent e7a03d311c
commit 418222cd6f
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
5 changed files with 66 additions and 37 deletions

View file

@ -779,6 +779,7 @@ Application::Application(int& argc, char** argv) : QApplication(argc, argv)
m_settings->registerSetting("ModDependenciesDisabled", false);
m_settings->registerSetting("SkipModpackUpdatePrompt", false);
m_settings->registerSetting("ShowModIncompat", false);
m_settings->registerSetting("DownloadGameFilesDuringInstanceCreation", true);
// Minecraft offline player name
m_settings->registerSetting("LastOfflinePlayerName", "");