Implement Curseforge profile codes

This commit is contained in:
tomasalias
2025-07-24 03:41:41 +02:00
parent 7716a0c524
commit 5fd8c38c1c
8 changed files with 1085 additions and 5 deletions

View File

@@ -176,6 +176,9 @@ pub enum LoadingBarType {
import_location: PathBuf,
profile_name: String,
},
CurseForgeProfileDownload {
profile_name: String,
},
CheckingForUpdates,
LauncherUpdate {
version: String,