mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Wrap IndexWin32Programs with Task.Run
This commit is contained in:
parent
ef4bb121f9
commit
5404303c5f
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@ namespace Flow.Launcher.Plugin.Program.Programs
|
|||
while (reader.TryRead(out _))
|
||||
{
|
||||
}
|
||||
Main.IndexWin32Programs();
|
||||
await Task.Run(Main.IndexWin32Programs);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue