mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove error codes
This commit is contained in:
parent
9149e3f201
commit
8d03fcee2e
1 changed files with 0 additions and 6 deletions
|
|
@ -651,12 +651,6 @@ namespace Flow.Launcher.Core.Plugin
|
|||
if (oldActionkeyword != Query.GlobalPluginWildcardSign)
|
||||
{
|
||||
_nonGlobalPlugins.TryRemove(oldActionkeyword, out var item);
|
||||
// If the removed item is not the same as the plugin being removed,
|
||||
// we should add it back to non-global plugins
|
||||
if (item.Metadata.ID != id)
|
||||
{
|
||||
_nonGlobalPlugins.TryAdd(oldActionkeyword, item);
|
||||
}
|
||||
}
|
||||
|
||||
// Update action keywords and action keyword in plugin metadata
|
||||
|
|
|
|||
Loading…
Reference in a new issue