NOISSUE Include the modpack version in instance title

This commit is contained in:
Jamie Mansfield
2021-12-24 15:10:42 +00:00
parent ddc094b76b
commit 65a4f8919a
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;
};
}