mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Remove task to wait for the program reload to complete
This commit is contained in:
@@ -148,10 +148,7 @@ namespace Wox.Plugin.Program
|
||||
|
||||
public void ReloadData()
|
||||
{
|
||||
Task.Run(() =>
|
||||
{
|
||||
IndexPrograms();
|
||||
});
|
||||
IndexPrograms();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user