diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-22 20:49:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-22 20:49:11 +0200 |
commit | 7d91db607f4dff3c398af85b999344db8338e729 (patch) | |
tree | 3bb1db1841317b98070d079e99d1654a77aa08a8 /launcher/ui/pages/global/APIPage.h | |
parent | efcba698ac3846019db1947f986c64aa477170af (diff) | |
parent | de02deac989cc5efc135dc3c817fe72cc2499eca (diff) | |
download | PrismLauncher-7d91db607f4dff3c398af85b999344db8338e729.tar.gz PrismLauncher-7d91db607f4dff3c398af85b999344db8338e729.tar.bz2 PrismLauncher-7d91db607f4dff3c398af85b999344db8338e729.zip |
Merge pull request #554 from PolyMC/more_paste_services
Diffstat (limited to 'launcher/ui/pages/global/APIPage.h')
-rw-r--r-- | launcher/ui/pages/global/APIPage.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/launcher/ui/pages/global/APIPage.h b/launcher/ui/pages/global/APIPage.h index 20356009..17e62ae7 100644 --- a/launcher/ui/pages/global/APIPage.h +++ b/launcher/ui/pages/global/APIPage.h @@ -3,6 +3,7 @@ * PolyMC - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org> + * Copyright (c) 2022 Lenny McLennington <lenny@sneed.church> * * 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 @@ -73,6 +74,10 @@ public: void retranslate() override; private: + int baseURLPasteType; + void resetBaseURLNote(); + void updateBaseURLNote(int index); + void updateBaseURLPlaceholder(int index); void loadSettings(); void applySettings(); |