Remove task to wait for the program reload to complete

This commit is contained in:
Jeremy Wu
2019-10-09 06:16:53 +11:00
parent 7e8d7ef0c0
commit 127e28a6f4

View File

@@ -148,10 +148,7 @@ namespace Wox.Plugin.Program
public void ReloadData()
{
Task.Run(() =>
{
IndexPrograms();
});
IndexPrograms();
}
}
}