added updater

This commit is contained in:
kitbyte
2025-03-23 11:37:00 +02:00
parent 68cbbee275
commit 123307aed7
8 changed files with 228 additions and 30 deletions
@@ -16,6 +16,7 @@ namespace WeModPatcher.View.MainWindow
{
InitializeComponent();
this.DataContext = new MainWindowVm(this);
VersionLabel.Text = Constants.Version.ToString();
Instance = this;
}