mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix dulplicated close event
This commit is contained in:
parent
122887e6a6
commit
6220b34aab
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ namespace Flow.Launcher.Core
|
|||
if (!Application.Current.Dispatcher.CheckAccess())
|
||||
{
|
||||
await Application.Current.Dispatcher.InvokeAsync(Close);
|
||||
return;
|
||||
}
|
||||
|
||||
Close();
|
||||
|
|
|
|||
Loading…
Reference in a new issue