InstallerVM will switch between ModList.ModManager

This commit is contained in:
erri120 2019-11-11 12:40:05 +01:00 committed by Timothy Baldridge
parent 263802c304
commit d65085e1ab

View File

@ -291,7 +291,7 @@ namespace Wabbajack
{ {
Installing = true; Installing = true;
InstallingMode = true; InstallingMode = true;
if (true) if (ModList.ModManager == ModManager.Vortex)
{ {
var installer = new VortexInstaller(ModListPath, ModList.SourceModList); var installer = new VortexInstaller(ModListPath, ModList.SourceModList);
var th = new Thread(() => var th = new Thread(() =>