mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use internal PluginModified method instead of API.PluginModified
This commit is contained in:
parent
067a51775e
commit
63f86613c3
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
if (dialogJump && plugin.Plugin is not IAsyncDialogJump)
|
||||
return Array.Empty<PluginPair>();
|
||||
|
||||
if (API.PluginModified(plugin.Metadata.ID))
|
||||
if (PluginModified(plugin.Metadata.ID))
|
||||
return Array.Empty<PluginPair>();
|
||||
|
||||
return [plugin];
|
||||
|
|
|
|||
Loading…
Reference in a new issue