mirror of
https://github.com/WowUp/WowUp.git
synced 2026-04-22 15:00:38 -04:00
Merge pull request #1217 from WowUp/feature/2.8.0
Add CF back in for now
This commit is contained in:
@@ -55,6 +55,7 @@ export class CurseMigrationDialogComponent implements AfterViewChecked {
|
||||
);
|
||||
if (addons.length > 0) {
|
||||
console.log("wowInstall", wowInstall);
|
||||
// await this._addonService.rescanInstallation(wowInstall);
|
||||
}
|
||||
}
|
||||
} catch (e) {
|
||||
|
||||
@@ -60,7 +60,7 @@ export class AddonProviderFactory {
|
||||
this.createWowUpCompanionAddonProvider(),
|
||||
this.createWowUpAddonProvider(),
|
||||
this.createWagoAddonProvider(),
|
||||
// this.createCurseAddonProvider(),
|
||||
this.createCurseAddonProvider(),
|
||||
this.createCurseV2AddonProvider(),
|
||||
this.createTukUiAddonProvider(),
|
||||
this.createWowInterfaceAddonProvider(),
|
||||
|
||||
Reference in New Issue
Block a user