Update ResourcePackDownloadPage.java

This commit is contained in:
Tungstend 2023-07-10 22:50:20 +08:00
parent 074aa8d91f
commit 1a2d04395b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ public class ResourcePackDownloadPage extends DownloadPage {
repository = new Repository();
supportChinese.set(true);
supportChinese.set(false);
downloadSources.get().setAll(context.getString(R.string.mods_curseforge), context.getString(R.string.mods_modrinth));
if (CurseForgeRemoteModRepository.isAvailable())
downloadSource.set(context.getString(R.string.mods_curseforge));