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

@@ -147,11 +147,8 @@ namespace Wox.Plugin.Program
} }
public void ReloadData() public void ReloadData()
{
Task.Run(() =>
{ {
IndexPrograms(); IndexPrograms();
});
} }
} }
} }