From 4d95c1bcd244328abc93f18058b11e0396c296c0 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Fri, 2 Dec 2022 19:17:18 -0600 Subject: [PATCH] use vm show instead of window show --- Flow.Launcher/App.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/App.xaml.cs b/Flow.Launcher/App.xaml.cs index cb8e79d6347..35037146123 100644 --- a/Flow.Launcher/App.xaml.cs +++ b/Flow.Launcher/App.xaml.cs @@ -183,7 +183,7 @@ public void Dispose() public void OnSecondAppStarted() { - Current.MainWindow.Show(); + _mainVM.Show(); } } }