mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove task to wait for the program reload to complete
This commit is contained in:
parent
7e8d7ef0c0
commit
127e28a6f4
1 changed files with 1 additions and 4 deletions
|
|
@ -148,10 +148,7 @@ namespace Wox.Plugin.Program
|
|||
|
||||
public void ReloadData()
|
||||
{
|
||||
Task.Run(() =>
|
||||
{
|
||||
IndexPrograms();
|
||||
});
|
||||
IndexPrograms();
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue