fixed source stack panel, added autoscroll to the log when adding an entry

This commit is contained in:
kitbyte
2025-03-21 23:53:24 +02:00
parent 4049ade4b1
commit 68cbbee275
4 changed files with 45 additions and 13 deletions
@@ -15,7 +15,7 @@ namespace WeModPatcher.View.MainWindow
public MainWindow()
{
InitializeComponent();
this.DataContext = new MainWindowVm();
this.DataContext = new MainWindowVm(this);
Instance = this;
}