mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use QueryManager function
This commit is contained in:
parent
e403c41530
commit
c610100c13
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ public static class ResultHelper
|
|||
if (query == null) return null;
|
||||
try
|
||||
{
|
||||
var freshResults = await plugin.Plugin.QueryAsync(query, CancellationToken.None);
|
||||
var freshResults = await PluginManager.QueryForPluginAsync(plugin, query, CancellationToken.None);
|
||||
// Try to match by record key first if it is valid, otherwise fall back to title + subtitle match
|
||||
if (string.IsNullOrEmpty(recordKey))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue