[App] Make importing DAT folder multithreaded.

This commit is contained in:
2025-07-14 13:50:33 +01:00
parent 8eaca3556a
commit b9adceed95
8 changed files with 389 additions and 394 deletions

View File

@@ -764,5 +764,11 @@ namespace RomRepoMgr.Resources {
return ResourceManager.GetString("NativeMenuQuitText", resourceCulture);
}
}
public static string ProgressLabel {
get {
return ResourceManager.GetString("ProgressLabel", resourceCulture);
}
}
}
}