diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-04-07 16:54:25 -0700 |
---|---|---|
committer | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-05-05 15:05:17 -0700 |
commit | a3173b53717fcea686f267f4eb8fd9788e6677db (patch) | |
tree | a0cf79f0efb05e797426c81438370aeeb0f5ca66 /launcher/ui/pages/modplatform/ImportPage.ui | |
parent | 54fb799d95faa3d646cfc835937e5fbdb10afa4d (diff) | |
download | PrismLauncher-a3173b53717fcea686f267f4eb8fd9788e6677db.tar.gz PrismLauncher-a3173b53717fcea686f267f4eb8fd9788e6677db.tar.bz2 PrismLauncher-a3173b53717fcea686f267f4eb8fd9788e6677db.zip |
fix: ensure Application accepts URLs and local files form cmd args
refactor: Move curseforge:// url scheme detection to Import Page
feat: pass along extra CF pack info so pack metadata is established.
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/pages/modplatform/ImportPage.ui')
-rw-r--r-- | launcher/ui/pages/modplatform/ImportPage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/ImportPage.ui b/launcher/ui/pages/modplatform/ImportPage.ui index 3583cf90..9a9736b8 100644 --- a/launcher/ui/pages/modplatform/ImportPage.ui +++ b/launcher/ui/pages/modplatform/ImportPage.ui @@ -40,7 +40,7 @@ <item> <widget class="QLabel" name="label_5"> <property name="text"> - <string>- CurseForge modpacks (ZIP)</string> + <string>- CurseForge modpacks (ZIP / curseforge:// URL)</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |