aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/ModIndex.h
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-05-24 11:58:11 -0300
committerflow <flowlnlnln@gmail.com>2022-05-24 11:58:11 -0300
commitae2ef324f297adee33968b50e70d9cf5d8ed72fb (patch)
tree0443a66c186ac4e0f039cf4e8fe1510972b2a378 /launcher/modplatform/ModIndex.h
parentd0337da8ea54c272aadfe30bfe0474ae82011109 (diff)
downloadPrismLauncher-ae2ef324f297adee33968b50e70d9cf5d8ed72fb.tar.gz
PrismLauncher-ae2ef324f297adee33968b50e70d9cf5d8ed72fb.tar.bz2
PrismLauncher-ae2ef324f297adee33968b50e70d9cf5d8ed72fb.zip
feat: add remaining links to modrinth mods
Diffstat (limited to 'launcher/modplatform/ModIndex.h')
-rw-r--r--launcher/modplatform/ModIndex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h
index 6e1a01bc..4d1d02a5 100644
--- a/launcher/modplatform/ModIndex.h
+++ b/launcher/modplatform/ModIndex.h
@@ -32,6 +32,11 @@ struct IndexedVersion {
struct ExtraPackData {
QList<DonationData> donate;
+
+ QString issuesUrl;
+ QString sourceUrl;
+ QString wikiUrl;
+ QString discordUrl;
};
struct IndexedPack {