Technic: Include the modpack version in instance title

This commit is contained in:
Jamie Mansfield
2021-12-24 15:10:42 +00:00
parent f267375ac2
commit 9d88f07955
2 changed files with 4 additions and 2 deletions

View File

@ -36,6 +36,7 @@ struct Modpack {
QString websiteUrl;
QString author;
QString description;
QString currentVersion;
};
}