This commit is contained in:
Jeremy Wu 2020-12-29 17:49:11 +11:00
parent c94a2f4c95
commit a1a45a4989
5 changed files with 5 additions and 6 deletions

View file

@ -87,4 +87,4 @@ namespace Flow.Launcher.Infrastructure.Http
return response.GetResponseStream().NonNull();
}
}
}
}

View file

@ -89,4 +89,4 @@ namespace Flow.Launcher.Plugin.PluginsManager
return Context.API.GetTranslation("plugin_pluginsmanager_plugin_description");
}
}
}
}

View file

@ -33,4 +33,4 @@ namespace Flow.Launcher.Plugin.PluginsManager.Models
}
}
}
}

View file

@ -361,7 +361,6 @@ namespace Flow.Launcher.Plugin.PluginsManager
using var _ = File.CreateText(Path.Combine(plugin.PluginDirectory, "NeedDelete.txt"));
}
private List<Result> AutoCompleteReturnAllResults(string search, string hotkey, string title, string subtitle)
{
if (!string.IsNullOrEmpty(search)
@ -392,4 +391,4 @@ namespace Flow.Launcher.Plugin.PluginsManager
return new List<Result>();
}
}
}
}

View file

@ -14,4 +14,4 @@ namespace Flow.Launcher.Plugin.PluginsManager
internal readonly string icoPath = "Images\\pluginsmanager.png";
}
}
}