diff options
author | flow <thiagodonato300@gmail.com> | 2022-03-13 11:50:18 -0300 |
---|---|---|
committer | flow <thiagodonato300@gmail.com> | 2022-03-13 11:50:18 -0300 |
commit | b3b613d8b4a5012d22b9e1646f4367fd27c783e3 (patch) | |
tree | f4ab9a381b95987e91f1f6eb7129cfcb30cd57f9 /launcher/CMakeLists.txt | |
parent | b96572774fd13fea7bc0ec0110bf0bde1e898ffe (diff) | |
download | PrismLauncher-b3b613d8b4a5012d22b9e1646f4367fd27c783e3.tar.gz PrismLauncher-b3b613d8b4a5012d22b9e1646f4367fd27c783e3.tar.bz2 PrismLauncher-b3b613d8b4a5012d22b9e1646f4367fd27c783e3.zip |
feat(ui): make a better "Mod download confirmation dialog"
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r-- | launcher/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 86c05651..039841ef 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -797,6 +797,8 @@ SET(LAUNCHER_SOURCES ui/pagedialog/PageDialog.h ui/dialogs/ProgressDialog.cpp ui/dialogs/ProgressDialog.h + ui/dialogs/ReviewMessageBox.cpp + ui/dialogs/ReviewMessageBox.h ui/dialogs/UpdateDialog.cpp ui/dialogs/UpdateDialog.h ui/dialogs/VersionSelectDialog.cpp @@ -905,6 +907,7 @@ qt5_wrap_ui(LAUNCHER_UI ui/dialogs/AboutDialog.ui ui/dialogs/LoginDialog.ui ui/dialogs/EditAccountDialog.ui + ui/dialogs/ReviewMessageBox.ui ) qt5_add_resources(LAUNCHER_RESOURCES |