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(); } } }