aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-02-12 20:08:50 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-02-12 21:05:42 +0100
commitbb02226870a21c08ec534295ea0dcb8dd4c542cf (patch)
tree98451a203c0c4a5381bc3bb96e0161a8233008dd /launcher/CMakeLists.txt
parent70a055bc278d4be86b5fca3f03ada312c4577f3d (diff)
downloadPrismLauncher-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.txt6
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