aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/widgets/MCModInfoFrame.cpp
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-06-04 13:23:38 +0200
committerGitHub <noreply@github.com>2022-06-04 13:23:38 +0200
commit1ab00ca8b260e4ff33c4bc1ed5d0167e210de64f (patch)
treeb72770d610fa6dee00f131a4bbef7c69869d9b21 /launcher/ui/widgets/MCModInfoFrame.cpp
parentcf4949b4f5a29757b3dd24cdca3a010f10e6dadb (diff)
parent5a1de15332bcfbeafff7d0c678d7286ca85cfe18 (diff)
downloadPrismLauncher-1ab00ca8b260e4ff33c4bc1ed5d0167e210de64f.tar.gz
PrismLauncher-1ab00ca8b260e4ff33c4bc1ed5d0167e210de64f.tar.bz2
PrismLauncher-1ab00ca8b260e4ff33c4bc1ed5d0167e210de64f.zip
Merge pull request #426 from flowln/mod_perma
Add on-disk mod metadata information
Diffstat (limited to 'launcher/ui/widgets/MCModInfoFrame.cpp')
-rw-r--r--launcher/ui/widgets/MCModInfoFrame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/widgets/MCModInfoFrame.cpp b/launcher/ui/widgets/MCModInfoFrame.cpp
index 8c4bd690..7d78006b 100644
--- a/launcher/ui/widgets/MCModInfoFrame.cpp
+++ b/launcher/ui/widgets/MCModInfoFrame.cpp
@@ -32,7 +32,7 @@ void MCModInfoFrame::updateWithMod(Mod &m)
QString text = "";
QString name = "";
if (m.name().isEmpty())
- name = m.mmc_id();
+ name = m.internal_id();
else
name = m.name();