diff options
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index df505202..336be37d 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -940,7 +940,7 @@ QStringList OrganizerCore::modsSortedByProfilePriority() const auto modInfo = ModInfo::getByIndex(modIndex); if (!modInfo->hasFlag(ModInfo::FLAG_OVERWRITE) && !modInfo->hasFlag(ModInfo::FLAG_BACKUP)) { - res.push_back(ModInfo::getByIndex(modIndex)->name()); + res.push_back(ModInfo::getByIndex(modIndex)->internalName()); } } return res; |
