use vm show instead of window show

This commit is contained in:
Hongtao Zhang 2022-12-02 19:17:18 -06:00
parent b0297d31ad
commit 4d95c1bcd2
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB

View file

@ -183,7 +183,7 @@ namespace Flow.Launcher
public void OnSecondAppStarted()
{
Current.MainWindow.Show();
_mainVM.Show();
}
}
}