From a5d0cb8b5da539ef2ee410ed739dfcd76270c8e8 Mon Sep 17 00:00:00 2001 From: Al Date: Tue, 14 Jan 2020 20:56:15 +0100 Subject: Add icon for hidden files flag --- src/modlist.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modlist.cpp') 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("
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 ""; } } -- cgit v1.3.1