Add BackToQueryResults in json prc api

This commit is contained in:
Jack251970 2025-02-22 19:45:43 +08:00
parent 6f55e8a35d
commit a6f33401a3

View file

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