NOISSUE Add pack author and description to technic modpack import page

This commit is contained in:
kb1000
2020-11-02 22:28:07 +01:00
committed by Petr Mrázek
parent 6aa126be30
commit f4d58e17ee
4 changed files with 43 additions and 14 deletions

View File

@ -33,6 +33,9 @@ struct Modpack {
QString minecraftVersion;
bool metadataLoaded = false;
QString websiteUrl;
QString author;
QString description;
};
}