Merge pull request #1217 from WowUp/feature/2.8.0

Add CF back in for now
This commit is contained in:
jliddev
2022-05-09 10:33:08 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ export class CurseMigrationDialogComponent implements AfterViewChecked {
);
if (addons.length > 0) {
console.log("wowInstall", wowInstall);
// await this._addonService.rescanInstallation(wowInstall);
}
}
} catch (e) {

View File

@@ -60,7 +60,7 @@ export class AddonProviderFactory {
this.createWowUpCompanionAddonProvider(),
this.createWowUpAddonProvider(),
this.createWagoAddonProvider(),
// this.createCurseAddonProvider(),
this.createCurseAddonProvider(),
this.createCurseV2AddonProvider(),
this.createTukUiAddonProvider(),
this.createWowInterfaceAddonProvider(),