mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix jsonrpcv2 plugin setting not sent
This commit is contained in:
parent
2882d18863
commit
38c9641833
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ namespace Flow.Launcher.Core.Plugin
|
|||
try
|
||||
{
|
||||
var res = await RPC.InvokeWithCancellationAsync<JsonRPCQueryResponseModel>("query",
|
||||
new[] { query },
|
||||
new object[] { query, Settings.Inner },
|
||||
token);
|
||||
|
||||
var results = ParseResults(res);
|
||||
|
|
|
|||
Loading…
Reference in a new issue