Fix dulplicated close event

This commit is contained in:
Jack251970 2025-01-09 17:33:39 +08:00
parent 122887e6a6
commit 6220b34aab

View file

@ -70,6 +70,7 @@ namespace Flow.Launcher.Core
if (!Application.Current.Dispatcher.CheckAccess())
{
await Application.Current.Dispatcher.InvokeAsync(Close);
return;
}
Close();