made release type visible

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-10-21 18:48:55 +03:00
parent 9e85297f7a
commit 9aac8e389f
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
9 changed files with 38 additions and 10 deletions

View file

@ -74,6 +74,7 @@ class Mod : public Resource {
auto side() const -> Metadata::ModSide;
auto loaders() const -> ModPlatform::ModLoaderTypes;
auto mcVersions() const -> QStringList;
auto releaseType() const -> ModPlatform::IndexedVersionType;
/** Get the intneral path to the mod's icon file*/
QString iconPath() const { return m_local_details.icon_file; }