Przeglądaj źródła

Do not show entries without name

nordsoft 2 lat temu
rodzic
commit
f10416be06
1 zmienionych plików z 1 dodań i 1 usunięć
  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