mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix an issue that after uninstalling pm, store no longer fetches plugin until clicking on refresh.
This commit is contained in:
parent
dafb0caac4
commit
ea25a661ee
1 changed files with 3 additions and 0 deletions
|
|
@ -208,6 +208,9 @@ namespace Flow.Launcher
|
|||
|
||||
Http.Proxy = _settings.Proxy;
|
||||
|
||||
// Initialize plugin manifest before initializing plugins so that they can use the manifest instantly
|
||||
await API.UpdatePluginManifestAsync();
|
||||
|
||||
await PluginManager.InitializePluginsAsync();
|
||||
|
||||
// Change language after all plugins are initialized because we need to update plugin title based on their api
|
||||
|
|
|
|||
Loading…
Reference in a new issue