diff options
author | flow <thiagodonato300@gmail.com> | 2022-04-21 15:45:20 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-05-23 14:43:09 -0300 |
commit | e17b6804a7424dd5161662c4ef92972f3311675c (patch) | |
tree | 2d6e5268d3ce2499d6e765797c35a4bec7062aa3 /launcher/Application.cpp | |
parent | 96e36f060443cbfa6d58df2adca3c8605851b4a3 (diff) | |
download | PrismLauncher-e17b6804a7424dd5161662c4ef92972f3311675c.tar.gz PrismLauncher-e17b6804a7424dd5161662c4ef92972f3311675c.tar.bz2 PrismLauncher-e17b6804a7424dd5161662c4ef92972f3311675c.zip |
fix: implement PR suggestions
Some stylistic changes, and get hashes from the mod providers when
building the metadata.
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r-- | launcher/Application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp index ae4cbcf8..99e3d4c5 100644 --- a/launcher/Application.cpp +++ b/launcher/Application.cpp @@ -644,7 +644,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv) m_settings->registerSetting("MCLaunchMethod", "LauncherPart"); // Minecraft mods - m_settings->registerSetting("DontUseModMetadata", false); + m_settings->registerSetting("ModMetadataDisabled", false); // Minecraft offline player name m_settings->registerSetting("LastOfflinePlayerName", ""); |