diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2022-11-06 10:08:54 +0000 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2022-11-06 10:09:06 +0000 |
commit | 16e3b786fc04ffd8d510bfb2a60157648825954f (patch) | |
tree | 7b4875fd4e5c76f0f5e2b35e365060f21775824b /launcher/ui/dialogs | |
parent | cb796dbdfbe2099bc77911c01c8633d9f28aedac (diff) | |
download | PrismLauncher-16e3b786fc04ffd8d510bfb2a60157648825954f.tar.gz PrismLauncher-16e3b786fc04ffd8d510bfb2a60157648825954f.tar.bz2 PrismLauncher-16e3b786fc04ffd8d510bfb2a60157648825954f.zip |
Implement Scrumplex's suggestions
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui/dialogs')
-rw-r--r-- | launcher/ui/dialogs/ModDownloadDialog.cpp | 4 | ||||
-rw-r--r-- | launcher/ui/dialogs/ModDownloadDialog.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/launcher/ui/dialogs/ModDownloadDialog.cpp b/launcher/ui/dialogs/ModDownloadDialog.cpp index 0a0e61e3..24d23ba9 100644 --- a/launcher/ui/dialogs/ModDownloadDialog.cpp +++ b/launcher/ui/dialogs/ModDownloadDialog.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-3.0-only /* - * PolyMC - Minecraft Launcher + * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 TheKodeToad <TheKodeToad@proton.me> * @@ -199,4 +199,4 @@ bool ModDownloadDialog::selectPage(QString pageId) ModPage* ModDownloadDialog::getSelectedPage() { return m_selectedPage; -}
\ No newline at end of file +} diff --git a/launcher/ui/dialogs/ModDownloadDialog.h b/launcher/ui/dialogs/ModDownloadDialog.h index 29bdcf82..fcf6f4fc 100644 --- a/launcher/ui/dialogs/ModDownloadDialog.h +++ b/launcher/ui/dialogs/ModDownloadDialog.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-3.0-only /* - * PolyMC - Minecraft Launcher + * Prism Launcher - Minecraft Launcher * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> * Copyright (C) 2022 TheKodeToad <TheKodeToad@proton.me> * |