mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
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:
commit
6d61e68e50
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user