Skip to content

Commit 38eb07a

Browse files
authored
Merge pull request #3230 from cibere/fix
add BackToQueryResults to JsonRPCPublicAPI
2 parents 6cf7674 + 69bf7c6 commit 38eb07a

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)