Merge pull request #99 from erri120/onelinefix

One line fix to stop WJ from being in installer mode the whole time
This commit is contained in:
Timothy Baldridge
2019-10-15 06:13:08 -06:00
committed by GitHub

View File

@ -22,7 +22,7 @@ namespace Wabbajack
InitializeComponent(); InitializeComponent();
var context = new AppState(RunMode.Install); var context = new AppState(mode);
context.LogMsg($"Wabbajack Build - {ThisAssembly.Git.Sha}"); context.LogMsg($"Wabbajack Build - {ThisAssembly.Git.Sha}");
SetupHandlers(context); SetupHandlers(context);
DataContext = context; DataContext = context;