One line fix to stop WJ from being in installer mode the whole time

This commit is contained in:
erri120 2019-10-15 13:29:20 +02:00
parent 6065eb0bf4
commit ad313de5a8
No known key found for this signature in database
GPG Key ID: A8C0A18D8D4D3135

View File

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