aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui
diff options
context:
space:
mode:
authorflow <thiagodonato300@gmail.com>2022-04-21 15:45:20 -0300
committerflow <flowlnlnln@gmail.com>2022-05-23 14:43:09 -0300
commite17b6804a7424dd5161662c4ef92972f3311675c (patch)
tree2d6e5268d3ce2499d6e765797c35a4bec7062aa3 /launcher/ui
parent96e36f060443cbfa6d58df2adca3c8605851b4a3 (diff)
downloadPrismLauncher-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/ui')
-rw-r--r--launcher/ui/pages/global/LauncherPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/global/LauncherPage.cpp b/launcher/ui/pages/global/LauncherPage.cpp
index 8754c0ec..faf9272d 100644
--- a/launcher/ui/pages/global/LauncherPage.cpp
+++ b/launcher/ui/pages/global/LauncherPage.cpp
@@ -345,7 +345,7 @@ void LauncherPage::applySettings()
}
// Mods
- s->set("DontUseModMetadata", ui->metadataDisableBtn->isChecked());
+ s->set("ModMetadataDisabled", ui->metadataDisableBtn->isChecked());
}
void LauncherPage::loadSettings()
{