Skip to content

Commit 63f8661

Browse files
committed
Use internal PluginModified method instead of API.PluginModified
1 parent 067a517 commit 63f8661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public static ICollection<PluginPair> ValidPluginsForQuery(Query query, bool dia
368368
if (dialogJump && plugin.Plugin is not IAsyncDialogJump)
369369
return Array.Empty<PluginPair>();
370370

371-
if (API.PluginModified(plugin.Metadata.ID))
371+
if (PluginModified(plugin.Metadata.ID))
372372
return Array.Empty<PluginPair>();
373373

374374
return [plugin];

0 commit comments

Comments
 (0)