diff options
| author | Al <al12rs@hotmail.com> | 2020-01-14 20:56:15 +0100 |
|---|---|---|
| committer | Al <al12rs@hotmail.com> | 2020-01-14 20:56:15 +0100 |
| commit | a5d0cb8b5da539ef2ee410ed739dfcd76270c8e8 (patch) | |
| tree | a68bc01a01c8cf0e65585d50374ce4213c6a1b80 /src/modlist.cpp | |
| parent | 39f36ca27ac8c14e3c7894d5cc167a8c758e082e (diff) | |
Add icon for hidden files flag
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 5cfa7022..f592c4ad 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -162,6 +162,7 @@ QString ModList::getFlagText(ModInfo::EFlag flag, ModInfo::Ptr modInfo) const 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"); + case ModInfo::FLAG_HIDDEN_FILES: return tr("Contains hidden files"); default: return ""; } } |
