diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-03-01 09:54:49 +0000 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-03-01 14:24:56 +0000 |
commit | 1feb63052020db941a3c1a10d14c9a4791169c1a (patch) | |
tree | 800196711094dca2cce8d8dac9b318a06f3292cc /launcher/Application.h | |
parent | 0eae9355e6597a9504320d79b7a4023b87531678 (diff) | |
download | PrismLauncher-1feb63052020db941a3c1a10d14c9a4791169c1a.tar.gz PrismLauncher-1feb63052020db941a3c1a10d14c9a4791169c1a.tar.bz2 PrismLauncher-1feb63052020db941a3c1a10d14c9a4791169c1a.zip |
Allow custom Modrinth API token
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
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(); |