diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2019-03-06 20:12:09 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2019-03-07 11:21:47 -0600 |
| commit | d5332c5080ea5e1d0812cc900bb5ed6e20ff8f0e (patch) | |
| tree | fe39b16810e537e7e4f3a97b4e2c599590748067 /src/modlist.cpp | |
| parent | 09a68079bb9ac083bd060b1e75bf329917a7d888 (diff) | |
Add support for displaying tracked mods and setting tracked status
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp index 8e8ab2d2..3ca53949 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -169,6 +169,7 @@ QString ModList::getFlagText(ModInfo::EFlag flag, ModInfo::Ptr modInfo) const case ModInfo::FLAG_ARCHIVE_CONFLICT_MIXED: return tr("Archive files overwrites & overwritten"); case ModInfo::FLAG_ALTERNATE_GAME: return tr("<br>This mod is for a different game, " "make sure it's compatible or it could cause crashes."); + case ModInfo::FLAG_TRACKED: return tr("Mod is being tracked on the website"); default: return ""; } } |
