Quellcode durchsuchen

Do not show entries without name

nordsoft vor 2 Jahren
Ursprung
Commit
f10416be06
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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();
+	return (!localData.isEmpty() || !repository.isEmpty()) && !getValue("name").isNull();
 }
 
 bool CModEntry::isTranslation() const