diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-12 20:08:50 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-12 21:05:42 +0100 |
commit | bb02226870a21c08ec534295ea0dcb8dd4c542cf (patch) | |
tree | 98451a203c0c4a5381bc3bb96e0161a8233008dd /launcher/CMakeLists.txt | |
parent | 70a055bc278d4be86b5fca3f03ada312c4577f3d (diff) | |
download | PrismLauncher-bb02226870a21c08ec534295ea0dcb8dd4c542cf.tar.gz PrismLauncher-bb02226870a21c08ec534295ea0dcb8dd4c542cf.tar.bz2 PrismLauncher-bb02226870a21c08ec534295ea0dcb8dd4c542cf.zip |
feat(ui): add custom MSA client id setting
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 3d2d4382..90149c3b 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -723,8 +723,8 @@ SET(LAUNCHER_SOURCES ui/pages/global/LauncherPage.h ui/pages/global/ProxyPage.cpp ui/pages/global/ProxyPage.h - ui/pages/global/PastePage.cpp - ui/pages/global/PastePage.h + ui/pages/global/APIPage.cpp + ui/pages/global/APIPage.h # GUI - platform pages ui/pages/modplatform/VanillaPage.cpp @@ -871,7 +871,7 @@ qt5_wrap_ui(LAUNCHER_UI ui/pages/global/AccountListPage.ui ui/pages/global/JavaPage.ui ui/pages/global/LauncherPage.ui - ui/pages/global/PastePage.ui + ui/pages/global/APIPage.ui ui/pages/global/ProxyPage.ui ui/pages/global/MinecraftPage.ui ui/pages/global/ExternalToolsPage.ui |