diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-03-09 15:10:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 15:10:40 +0100 |
commit | 1dd96898e1e6c68146424a3af66b2734a88fc23e (patch) | |
tree | 4941c84c291231d42e8a1caacab4dfe582be919e /launcher/Application.h | |
parent | 3bd4ad7c93486e29c4dccc17d5d42719b452fd08 (diff) | |
parent | 59b15c5f08e00e2da0f77b9544881e93158320ed (diff) | |
download | PrismLauncher-1dd96898e1e6c68146424a3af66b2734a88fc23e.tar.gz PrismLauncher-1dd96898e1e6c68146424a3af66b2734a88fc23e.tar.bz2 PrismLauncher-1dd96898e1e6c68146424a3af66b2734a88fc23e.zip |
Merge pull request #896 from TheKodeToad/modrinth-token
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index 1b3dc499..91c5fc63 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -3,6 +3,7 @@ * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 Tayou <tayou@gmx.net> + * Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -177,6 +178,7 @@ public: QString getMSAClientID(); QString getFlameAPIKey(); + QString getModrinthAPIToken(); QString getUserAgent(); QString getUserAgentUncached(); |