Browse Source

Better solution

nordsoft 2 years ago
parent
commit
e82df8c726
1 changed files with 1 additions and 1 deletions
  1. 1 1
      launcher/modManager/cmodlist.cpp

+ 1 - 1
launcher/modManager/cmodlist.cpp

@@ -105,7 +105,7 @@ bool CModEntry::isVisible() const
 			return false;
 	}
 
-	return (!localData.isEmpty() || !repository.isEmpty()) && !getValue("name").isNull();
+	return !localData.isEmpty() || (!repository.isEmpty() && !repository.contains("mod"));
 }
 
 bool CModEntry::isTranslation() const