瀏覽代碼

Do not show entries without name

nordsoft 2 年之前
父節點
當前提交
f10416be06
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      launcher/modManager/cmodlist.cpp

+ 1 - 1
launcher/modManager/cmodlist.cpp

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