We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4232ef7 commit e065743Copy full SHA for e065743
Plugins/Flow.Launcher.Plugin.PluginsManager/Main.cs
@@ -37,7 +37,7 @@ public async Task InitAsync(PluginInitContext context)
37
contextMenu = new ContextMenu(Context);
38
pluginManager = new PluginsManager(Context, Settings);
39
40
- await pluginManager.UpdateManifestAsync();
+ _ = pluginManager.UpdateManifestAsync();
41
}
42
43
public List<Result> LoadContextMenus(Result selectedResult)
@@ -74,4 +74,4 @@ public string GetTranslatedPluginDescription()
74
return Context.API.GetTranslation("plugin_pluginsmanager_plugin_description");
75
76
77
-}
+}
0 commit comments