Merge branch 'enable_manual_reloaddata' into dev

This commit is contained in:
Jeremy Wu
2019-10-09 06:18:55 +11:00
3 changed files with 9 additions and 4 deletions

View File

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