File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Flow.Launcher.Plugin/Interfaces
Plugins/Flow.Launcher.Plugin.Shell Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ public interface IPublicAPI
18
18
{
19
19
/// <summary>
20
20
/// Change Flow.Launcher query.
21
- /// When current results is from context menu or history, we will back to query results before changing query.
21
+ /// When current results are from context menu or history, we will back to query results before changing query.
22
22
/// </summary>
23
23
/// <param name="query">query text</param>
24
24
/// <param name="requery">
@@ -300,7 +300,7 @@ public interface IPublicAPI
300
300
301
301
/// <summary>
302
302
/// Reloads the query.
303
- /// When current results is from context menu or history, we will back to query results before changing query .
303
+ /// When current results are from context menu or history, we will back to query results before requerying .
304
304
/// </summary>
305
305
/// <param name="reselect">Choose the first result after reload if true; keep the last selected result if false. Default is true.</param>
306
306
public void ReQuery ( bool reselect = true ) ;
Original file line number Diff line number Diff line change @@ -381,7 +381,6 @@ private void OnWinRPressed()
381
381
_ = Task . Run ( ( ) =>
382
382
{
383
383
context . API . ShowMainWindow ( ) ;
384
- // if user happens to open context menu, we need to return back to query results before changing query
385
384
context . API . ChangeQuery ( $ "{ context . CurrentPluginMetadata . ActionKeywords [ 0 ] } { Plugin . Query . TermSeparator } ") ;
386
385
} ) ;
387
386
You can’t perform that action at this time.
0 commit comments