Merge pull request #1593 from Flow-Launcher/fixSecondStart

Fix Second Run not trigger the first run window to show up
This commit is contained in:
Jeremy Wu 2022-12-04 10:29:34 +11:00 committed by GitHub
commit 03ba62334f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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