fix: add author page url

This commit is contained in:
flow
2022-05-15 07:12:31 -03:00
parent a43f882d48
commit 4a0e4fdb85
3 changed files with 10 additions and 7 deletions

View File

@ -62,7 +62,7 @@ struct Modpack {
QString name;
QString description;
QStringList authors;
std::tuple<QString, QUrl> author;
QString iconName;
QUrl iconUrl;