Merge pull request #3230 from cibere/fix

add BackToQueryResults to JsonRPCPublicAPI
This commit is contained in:
Kevin Zhang 2025-02-06 21:44:12 -08:00 committed by GitHub
commit 38eb07afef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -173,5 +173,10 @@ namespace Flow.Launcher.Core.Plugin.JsonRPCV2Models
{
_api.OpenAppUri(appUri);
}
public void BackToQueryResults()
{
_api.BackToQueryResults();
}
}
}