mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
wait manifest update before proceeding
This commit is contained in:
parent
661c64b1c2
commit
b4b30dd34d
1 changed files with 2 additions and 5 deletions
|
|
@ -90,11 +90,8 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
|
||||
public void ReloadData()
|
||||
{
|
||||
Task.Run(async () =>
|
||||
{
|
||||
await pluginManager.UpdateManifest();
|
||||
lastUpdateTime = DateTime.Now;
|
||||
});
|
||||
Task.Run(() => pluginManager.UpdateManifest()).Wait();
|
||||
lastUpdateTime = DateTime.Now;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue