Fix an issue that after uninstalling pm, store no longer fetches plugin until clicking on refresh.

This commit is contained in:
Jack251970 2025-06-30 12:46:41 +08:00
parent dafb0caac4
commit ea25a661ee

View file

@ -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