Skip to content

Commit 69bf7c6

Browse files
committed
add BackToQueryResults to JsonRPCPublicAPI
1 parent 6cf7674 commit 69bf7c6

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
@@ -173,5 +173,10 @@ public void OpenAppUri(string appUri)
173173
{
174174
_api.OpenAppUri(appUri);
175175
}
176+
177+
public void BackToQueryResults()
178+
{
179+
_api.BackToQueryResults();
180+
}
176181
}
177182
}

0 commit comments

Comments
 (0)