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 3bd76b2 commit 7f797b1Copy full SHA for 7f797b1
Flow.Launcher.Core/Plugin/PluginManager.cs
@@ -707,6 +707,8 @@ private static bool SameOrLesserPluginVersionExists(string metadataPath)
707
708
public static bool PluginModified(string id)
709
{
710
+ // We should consider initializing plugin as modified since it cannot be installed/uninstalled/updated and
711
+ // we cannot call any plugin methods
712
return ModifiedPlugins.Contains(id) && _allInitializedPlugins.ContainsKey(id);
713
}
714
0 commit comments