Skip to content

Commit a6f3340

Browse files
committed
Add BackToQueryResults in json prc api
1 parent 6f55e8a commit a6f3340

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Flow.Launcher.Core/Plugin/JsonRPCV2Models/JsonRPCPublicAPI.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,10 @@ public void OpenAppUri(string appUri)
170170
{
171171
_api.OpenAppUri(appUri);
172172
}
173+
174+
public void BackToQueryResults()
175+
{
176+
_api.BackToQueryResults();
177+
}
173178
}
174179
}

0 commit comments

Comments
 (0)