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
commit 6d61e68e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;