diff --git a/src/optionsGuiScheme.tsx b/src/optionsGuiScheme.tsx index cb2d9be8..6f4d4fea 100644 --- a/src/optionsGuiScheme.tsx +++ b/src/optionsGuiScheme.tsx @@ -15,6 +15,7 @@ import { downloadPacketsReplay, packetsReplaceSessionState } from './packetsRepl import { showOptionsModal } from './react/SelectOption' import supportedVersions from './supportedVersions.mjs' import { getVersionAutoSelect } from './connect' +import { createNotificationProgressReporter } from './core/progressReporter' export const guiOptionsScheme: { [t in OptionsGroupType]: Array<{ [K in keyof AppOptions]?: Partial> } & { custom? }> @@ -181,7 +182,7 @@ export const guiOptionsScheme: { } if (choice === 'Enable') { options.enabledResourcepack = name - await completeResourcepackPackInstall(name, name, false) + await completeResourcepackPackInstall(name, name, false, createNotificationProgressReporter()) return } if (choice === 'Uninstall') {