diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-04-17 10:16:03 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-04-17 10:16:03 +0100 |
commit | b8e0c8ebc62ce22d5dcaf4295d80c6070eb45f49 (patch) | |
tree | ac69dfeddb29775f911ad98dc58475eb40039f2f /launcher/ui | |
parent | 3a7961834abbd28014de89799514510e74f365ab (diff) | |
download | PrismLauncher-b8e0c8ebc62ce22d5dcaf4295d80c6070eb45f49.tar.gz PrismLauncher-b8e0c8ebc62ce22d5dcaf4295d80c6070eb45f49.tar.bz2 PrismLauncher-b8e0c8ebc62ce22d5dcaf4295d80c6070eb45f49.zip |
Boring changes
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/ui')
-rw-r--r-- | launcher/ui/MainWindow.h | 2 | ||||
-rw-r--r-- | launcher/ui/dialogs/ExportMrPackDialog.cpp | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h index 35b4792d..a0f912df 100644 --- a/launcher/ui/MainWindow.h +++ b/launcher/ui/MainWindow.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) 2023 TheKodeToad <TheKodeToad@proton.me> * diff --git a/launcher/ui/dialogs/ExportMrPackDialog.cpp b/launcher/ui/dialogs/ExportMrPackDialog.cpp index a622eb30..bc983efe 100644 --- a/launcher/ui/dialogs/ExportMrPackDialog.cpp +++ b/launcher/ui/dialogs/ExportMrPackDialog.cpp @@ -99,4 +99,5 @@ void ExportMrPackDialog::done(int result) } QDialog::done(result); -}
\ No newline at end of file +} + |