add BackToQueryResults to JsonRPCPublicAPI

This commit is contained in:
cibere 2025-02-06 18:34:44 -08:00
parent 6cf7674cac
commit 69bf7c6b63

View file

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