mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-08-29 01:08:51 +00:00
fixed source stack panel, added autoscroll to the log when adding an entry
This commit is contained in:
@@ -15,7 +15,7 @@ namespace WeModPatcher.View.MainWindow
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
this.DataContext = new MainWindowVm();
|
||||
this.DataContext = new MainWindowVm(this);
|
||||
Instance = this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user